gnutls_pbkdf2

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_pbkdf2(gnutls_mac_algorithm_t mac, const(gnutls_datum_t)* key, const(gnutls_datum_t)* salt, uint iter_count, void* output, size_t length)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    static if(gnuTLSSupport >= GnuTLSSupport.gnutls_3_6_13)
    int
    gnutls_pbkdf2
  2. pgnutls_pbkdf2 gnutls_pbkdf2;

Meta