Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ panic
Function
panic
libcppcryptfs/crypt/eme.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
static const bool DirectionDecrypt = false;
56
57
static void panic(const WCHAR *mes)
58
{
59
throw(-1);
60
}
61
62
63
// multByTwo - GF multiplication as specified in the EME-32 draft
Callers
3
multByTwo
Function · 0.85
aesTransform
Function · 0.85
EmeTransform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected