MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~RandomBytes

Method ~RandomBytes

libcppcryptfs/crypt/randombytes.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40RandomBytes::~RandomBytes()
41{
42 delete[] m_randbuf;
43}
44
45bool RandomBytes::GetRandomBytes(unsigned char *buf, DWORD len)
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected