Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void ElGamalCryptoPublicKey::LoadPrecomputation(BufferedTransformation &bt)
45
{
46
gpc.Load(p, bt);
47
ypc.Load(p, bt);
48
}
49
50
void ElGamalCryptoPublicKey::SavePrecomputation(BufferedTransformation &bt) const
51
{
Callers
nothing calls this directly
Calls
1
Load
Method · 0.80
Tested by
no test coverage detected