Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ Blake2ThreadData
Class
Blake2ThreadData
Libraries/unrar/blake2sp.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
struct Blake2ThreadData
32
{
33
void Update();
34
blake2s_state *S;
35
const byte *in;
36
size_t inlen;
37
};
38
39
40
void Blake2ThreadData::Update()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected