MCPcopy Index your code
hub / github.com/assaultcube/AC / tigerhash_init

Function tigerhash_init

source/src/crypto.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void *tigerhash_init(uchar *hash)
195{
196 return (void *)tiger::hash_init(*((tiger::hashval *) hash));
197}
198
199void tigerhash_add(uchar *hash, const void *msg, int len, void *state)
200{

Callers 3

crypto.cppFile · 0.85
initdemoslotFunction · 0.85

Calls 1

hash_initFunction · 0.85

Tested by

no test coverage detected