gnutls_hkdf_extract

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_hkdf_extract(gnutls_mac_algorithm_t mac, const(gnutls_datum_t)* key, const(gnutls_datum_t)* salt, void* output)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    static if(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_13)
    int
    gnutls_hkdf_extract
  2. pgnutls_hkdf_extract gnutls_hkdf_extract;

Meta