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

Method RandomBytes

libcppcryptfs/crypt/randombytes.h:50–50  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

48 RandomBytes();
49 // disallow copying
50 RandomBytes(RandomBytes const&) = delete;
51 void operator=(RandomBytes const&) = delete;
52
53 virtual ~RandomBytes();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected