MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / SivContext

Method SivContext

libcppcryptfs/crypt/siv.h:47–47  ·  view source on GitHub ↗

keylen must be 32 disallow copying

Source from the content-addressed store, hash-verified

45 bool SetKey(const unsigned char *key, int keylen, bool hkdf, CryptConfig *pConfig); // keylen must be 32
46 // disallow copying
47 SivContext(SivContext const&) = delete;
48 void operator=(SivContext const&) = delete;
49 SivContext();
50 virtual ~SivContext();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected