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

Method RandomBytes

libcppcryptfs/crypt/randombytes.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "randombytes.h"
34
35RandomBytes::RandomBytes() : m_bufpos(RANDOM_POOL_SIZE)
36{
37 m_randbuf = new BYTE[RANDOM_POOL_SIZE];
38}
39
40RandomBytes::~RandomBytes()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected