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

Function tigerhash

source/src/crypto.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void tigerhash(uchar *hash, const uchar *msg, int len)
190{
191 tiger::hash(msg, len, *((tiger::hashval *) hash));
192}
193
194void *tigerhash_init(uchar *hash)
195{

Callers 1

loadMethod · 0.85

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected