Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void *tigerhash_init(uchar *hash)
195
{
196
return (void *)tiger::hash_init(*((tiger::hashval *) hash));
197
}
198
199
void tigerhash_add(uchar *hash, const void *msg, int len, void *state)
200
{
Callers
3
crypto.cpp
File · 0.85
initdemoslot
Function · 0.85
demorecord_beginintermission
Function · 0.85
Calls
1
hash_init
Function · 0.85
Tested by
no test coverage detected