MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / LoadPrecomputation

Method LoadPrecomputation

src/cryptlib/elgamal.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void ElGamalCryptoPublicKey::LoadPrecomputation(BufferedTransformation &bt)
45{
46 gpc.Load(p, bt);
47 ypc.Load(p, bt);
48}
49
50void ElGamalCryptoPublicKey::SavePrecomputation(BufferedTransformation &bt) const
51{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected