MCPcopy Create free account
hub / github.com/assaultcube/AC / tigerhash_add

Function tigerhash_add

source/src/crypto.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void tigerhash_add(uchar *hash, const void *msg, int len, void *state)
200{
201 tiger::hash_incremental((const uchar *)msg, len, *((tiger::hashval *) hash), (tiger::incremental_buffer *)state);
202}
203
204void tigerhash_finish(uchar *hash, void *state)
205{

Callers 3

crypto.cppFile · 0.85
writedemoFunction · 0.85
setupdemorecordFunction · 0.85

Calls 1

hash_incrementalFunction · 0.85

Tested by

no test coverage detected