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

Method SivContext

libcppcryptfs/crypt/siv.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include "aes.h"
35
36SivContext::SivContext()
37{
38 m_pKeys = NULL;
39}
40
41SivContext::~SivContext()
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected