gnutls_privkey_import_gost_raw

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_privkey_import_gost_raw(gnutls_privkey_t key, gnutls_ecc_curve_t curve, gnutls_digest_algorithm_t digest, gnutls_gost_paramset_t paramset, const(gnutls_datum_t)* x, const(gnutls_datum_t)* y, const(gnutls_datum_t)* k)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    static if(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_3)
    int
    gnutls_privkey_import_gost_raw
  2. pgnutls_privkey_import_gost_raw gnutls_privkey_import_gost_raw;

Meta