gnutls_decode_rs_value

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
  1. int gnutls_decode_rs_value(const(gnutls_datum_t)* sig_value, gnutls_datum_t* r, gnutls_datum_t* s)
  2. alias gnutls_decode_rs_value = _gnutls_decode_ber_rs_raw
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    static if(!(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_0))
    alias gnutls_decode_rs_value = _gnutls_decode_ber_rs_raw
  3. pgnutls_decode_rs_value gnutls_decode_rs_value;

Meta