gnutls_hmac_set_nonce

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. void gnutls_hmac_set_nonce(gnutls_hmac_hd_t handle, const(void)* nonce, size_t nonce_len)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    void
    gnutls_hmac_set_nonce
    (,
    const(void)* nonce
    ,
    size_t nonce_len
    )
  2. pgnutls_hmac_set_nonce gnutls_hmac_set_nonce;

Meta