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

Method Initialize

extra/yassl/taocrypt/src/dh.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96void DH::Initialize(Source& source)
97{
98 DH_Decoder decoder(source);
99 decoder.Decode(*this);
100}
101
102
103} // namespace

Callers 3

SetPublicMethod · 0.45
SetPrivateMethod · 0.45
DiffieHellmanMethod · 0.45

Calls 1

DecodeMethod · 0.45

Tested by

no test coverage detected