Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
SHA256state_st Struct Reference

#include <sha256.h>

Public Attributes

SHA_LONG h [8]
 
SHA_LONG Nl
 
SHA_LONG Nh
 
SHA_LONG data [SHA_LBLOCK]
 
unsigned int num
 
unsigned int md_len
 

Member Data Documentation

◆ data

SHA_LONG SHA256state_st::data[SHA_LBLOCK]

Referenced by SHA256_Final(), and SHA256_Update().

◆ h

SHA_LONG SHA256state_st::h[8]

◆ md_len

unsigned int SHA256state_st::md_len

Referenced by SHA256_Final(), and SHA256_Init().

◆ Nh

SHA_LONG SHA256state_st::Nh

Referenced by SHA256_Final(), and SHA256_Update().

◆ Nl

SHA_LONG SHA256state_st::Nl

Referenced by SHA256_Final(), and SHA256_Update().

◆ num

unsigned int SHA256state_st::num

Referenced by SHA256_Final(), and SHA256_Update().


The documentation for this struct was generated from the following file: