MCPcopy Create free account
hub / github.com/TheAlgorithms/C / blake2b

Function blake2b

hash/hash_blake2b.c:354–424  ·  view source on GitHub ↗

* @brief blake2b hash function * * This is the front-end function that sets up the argument for BLAKE2B(). * * @param message the message to be hashed * @param len length of message (0 <= len < 2**128) (depends on sizeof(size_t) * for this implementation) * @param key optional secret key * @param kk length of optional secret key (0 <= kk <= 64) * @param nn length of output digest (1 <= nn

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls 3

MAXFunction · 0.85
u128_fillFunction · 0.85
BLAKE2BFunction · 0.85

Tested by

no test coverage detected