Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
void RandomNumberGenerator::GetBlock(byte *output, unsigned int size)
13
{
14
while (size--)
15
*output++ = GetByte();
16
}
17
18
word32 RandomNumberGenerator::GetLong(word32 min, word32 max)
19
{
Callers
2
Randomize
Method · 0.45
Encrypt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected