Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ GetBit
Method
GetBit
src/cryptlib/cryptlib.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"misc.h"
6
7
unsigned int RandomNumberGenerator::GetBit()
8
{
9
return Parity(GetByte());
10
}
11
12
void RandomNumberGenerator::GetBlock(byte *output, unsigned int size)
13
{
Callers
nothing calls this directly
Calls
1
Parity
Function · 0.85
Tested by
no test coverage detected