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

Function tigerhash_finish

source/src/crypto.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void tigerhash_finish(uchar *hash, void *state)
205{
206 if(hash) tiger::hash_finish(*((tiger::hashval *) hash), (tiger::incremental_buffer *)state);
207 else delete (tiger::incremental_buffer *)state;
208}
209
210#undef sb1
211#undef sb2

Callers 3

crypto.cppFile · 0.85
demoworkerthreadFunction · 0.85

Calls 1

hash_finishFunction · 0.85

Tested by

no test coverage detected