Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_sha256 Struct Reference

#include <hash.h>

Public Attributes

uint32_t s [8]
 
uint32_t buf [16]
 
size_t bytes
 

Detailed Description

Definition at line 13 of file hash.h.

Member Data Documentation

◆ buf

uint32_t secp256k1_sha256::buf[16]

Definition at line 15 of file hash.h.

Referenced by secp256k1_sha256_write().

◆ bytes

size_t secp256k1_sha256::bytes

◆ s

uint32_t secp256k1_sha256::s[8]

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