MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / GetBlock

Method GetBlock

src/cryptlib/cryptlib.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void RandomNumberGenerator::GetBlock(byte *output, unsigned int size)
13{
14 while (size--)
15 *output++ = GetByte();
16}
17
18word32 RandomNumberGenerator::GetLong(word32 min, word32 max)
19{

Callers 2

RandomizeMethod · 0.45
EncryptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected