MCPcopy 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

38class CryptContext;
39
40typedef struct struct_FileHeader {
41 unsigned short version;
42 unsigned char fileid[FILE_ID_LEN];
43} FileHeader;
44
45class KeyDecryptor;
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected