Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_rfc6979_hmac_sha256 Struct Reference

#include <hash.h>

Public Attributes

unsigned char v [32]
 
unsigned char k [32]
 
int retry
 

Detailed Description

Definition at line 31 of file hash.h.

Member Data Documentation

◆ k

unsigned char secp256k1_rfc6979_hmac_sha256::k[32]

◆ retry

int secp256k1_rfc6979_hmac_sha256::retry

◆ v

unsigned char secp256k1_rfc6979_hmac_sha256::v[32]

The documentation for this struct was generated from the following file:
Released under the MIT license