Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void tigerhash(uchar *hash, const uchar *msg, int len)
190
{
191
tiger::hash(msg, len, *((tiger::hashval *) hash));
192
}
193
194
void *tigerhash_init(uchar *hash)
195
{
Callers
1
load
Method · 0.85
Calls
1
hash
Function · 0.85
Tested by
no test coverage detected