MCPcopy 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
7unsigned int RandomNumberGenerator::GetBit()
8{
9 return Parity(GetByte());
10}
11
12void RandomNumberGenerator::GetBlock(byte *output, unsigned int size)
13{

Callers

nothing calls this directly

Calls 1

ParityFunction · 0.85

Tested by

no test coverage detected