gnutls_hkdf_extract

Undocumented in source.
  1. int gnutls_hkdf_extract(gnutls_mac_algorithm_t mac, const(gnutls_datum_t)* key, const(gnutls_datum_t)* salt, void* output)
  2. pgnutls_hkdf_extract gnutls_hkdf_extract;
    version(!BindGnuTLS_Static)
    __gshared
    static if(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_13)
    pgnutls_hkdf_extract gnutls_hkdf_extract;

Meta