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

Method Initialize

extra/yassl/taocrypt/src/dsa.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58void DSA_PublicKey::Initialize(Source& source)
59{
60 DSA_Public_Decoder decoder(source);
61 decoder.Decode(*this);
62}
63
64
65void DSA_PublicKey::Initialize(const Integer& p, const Integer& q,

Callers

nothing calls this directly

Calls 1

DecodeMethod · 0.45

Tested by

no test coverage detected