MCPcopy Create free account
hub / github.com/LUX-Core/lux / GenerateRandomWithKeySize

Method GenerateRandomWithKeySize

src/cryptopp/cryptlib.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780void GeneratableCryptoMaterial::GenerateRandomWithKeySize(RandomNumberGenerator &rng, unsigned int keySize)
781{
782 GenerateRandom(rng, MakeParameters("KeySize", (int)keySize));
783}
784
785class PK_DefaultEncryptionFilter : public Unflushable<Filter>
786{

Callers 4

ValidateDLIESFunction · 0.80
InitializeMethod · 0.80
DoTestMethod · 0.80

Calls 2

MakeParametersFunction · 0.85
GenerateRandomFunction · 0.70

Tested by 1