MCPcopy Create free account
hub / github.com/c3d/tao3D / GenerateRandomWithKeySize

Method GenerateRandomWithKeySize

libcryptopp/cryptopp/cryptlib.cpp:658–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658void GeneratableCryptoMaterial::GenerateRandomWithKeySize(RandomNumberGenerator &rng, unsigned int keySize)
659{
660 GenerateRandom(rng, MakeParameters("KeySize", (int)keySize));
661}
662
663class PK_DefaultEncryptionFilter : public Unflushable<Filter>
664{

Callers 4

ValidateDLIESFunction · 0.80
InitializeMethod · 0.80
DoTestMethod · 0.80

Calls 2

GenerateRandomFunction · 0.85
MakeParametersFunction · 0.85

Tested by 1