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

Function keccak_squeezeblocks

common/fips202.c:395–405  ·  view source on GitHub ↗

* Name: keccak_squeezeblocks * * Description: Squeeze step of Keccak. Squeezes full blocks of r bytes each. * Modifies the state. Can be called multiple times to keep * squeezing, i.e., is incremental. * * Arguments: - uint8_t *h: pointer to output blocks * - size_t nblocks: number of blocks to be *

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

shake128_squeezeblocksFunction · 0.85
shake256_squeezeblocksFunction · 0.85
sha3_256_inc_finalizeFunction · 0.85
sha3_256Function · 0.85
sha3_384_inc_finalizeFunction · 0.85
sha3_384Function · 0.85
sha3_512_inc_finalizeFunction · 0.85
sha3_512Function · 0.85

Calls 2

KeccakF1600_StatePermuteFunction · 0.85
store64Function · 0.70

Tested by

no test coverage detected