SURFEX v8.1
General documentation of Surfex
Functions
sha256_hash.c File Reference

Go to the source code of this file.

Functions

void sha256_compress (uint32_t state[8], const uint8_t block[64])
 
void sha256_hash (const uint8_t *message, uint64_t len, uint32_t hash[8], uint8_t block[64], uint32_t *len_block, uint32_t action)
 

Function Documentation

◆ sha256_compress()

void sha256_compress ( uint32_t  state[8],
const uint8_t  block[64] 
)

Definition at line 28 of file sha256.c.

Here is the caller graph for this function:

◆ sha256_hash()

void sha256_hash ( const uint8_t *  message,
uint64_t  len,
uint32_t  hash[8],
uint8_t  block[64],
uint32_t *  len_block,
uint32_t  action 
)

Definition at line 38 of file sha256_hash.c.

Here is the call graph for this function: