Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ struct_FileHeader
Class
struct_FileHeader
libcppcryptfs/file/cryptfile.h:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
class CryptContext;
39
40
typedef struct struct_FileHeader {
41
unsigned short version;
42
unsigned char fileid[FILE_ID_LEN];
43
} FileHeader;
44
45
class KeyDecryptor;
46
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected