secp256k1_nonce_function_rfc6979

An implementation of RFC6979 (using HMAC-SHA256) as nonce generation function. If a data pointer is passed, it is assumed to be a pointer to 32 bytes of extra entropy.

extern (C) extern __gshared const
secp256k1_nonce_function secp256k1_nonce_function_rfc6979;

Meta