Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ AES
Method
AES
libcppcryptfs/crypt/aes.h:58–58 ·
view source on GitHub ↗
disallow copying
Source
from the content-addressed store, hash-verified
56
57
// disallow copying
58
AES(AES const&) = delete;
59
void operator=(AES const&) = delete;
60
AES();
61
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected