MCPcopy Create free account
hub / github.com/LUX-Core/lux / LoadPrecomputation

Function LoadPrecomputation

src/cryptopp/pubkey.h:779–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777 }
778
779 void LoadPrecomputation(BufferedTransformation &storedPrecomputation)
780 {
781 AccessBasePrecomputation().Load(GetGroupPrecomputation(), storedPrecomputation);
782 m_validationLevel = 0;
783 }
784
785 void SavePrecomputation(BufferedTransformation &storedPrecomputation) const
786 {

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected