MCPcopy Create free account
hub / github.com/PQClean/PQClean / keccak_inc_init

Function keccak_inc_init

common/fips202.c:417–424  ·  view source on GitHub ↗

* Name: keccak_inc_init * * Description: Initializes the incremental Keccak state to zero. * * Arguments: - uint64_t *s_inc: pointer to input/output incremental state * First 25 values represent Keccak state. * 26th value represents either the number of absorbed bytes * that have not been permuted, or not-yet-squeezed bytes. ***********

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

shake128_inc_initFunction · 0.85
shake256_inc_initFunction · 0.85
sha3_256_inc_initFunction · 0.85
sha3_384_inc_initFunction · 0.85
sha3_512_inc_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected