MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / Initialize

Method Initialize

extra/yassl/taocrypt/src/rsa.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43void RSA_PublicKey::Initialize(Source& source)
44{
45 RSA_Public_Decoder decoder(source);
46 decoder.Decode(*this);
47}
48
49
50Integer RSA_PrivateKey::CalculateInverse(RandomNumberGenerator& rng,

Callers

nothing calls this directly

Calls 1

DecodeMethod · 0.45

Tested by

no test coverage detected