MCPcopy Create free account
hub / github.com/AGWA/git-crypt / Entry

Method Entry

key.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#include <vector>
44
45Key_file::Entry::Entry ()
46{
47 version = 0;
48 explicit_memset(aes_key, 0, AES_KEY_LEN);
49 explicit_memset(hmac_key, 0, HMAC_KEY_LEN);
50}
51
52void Key_file::Entry::load (std::istream& in)
53{

Callers

nothing calls this directly

Calls 1

explicit_memsetFunction · 0.85

Tested by

no test coverage detected