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

Method ConvertElementToInteger

src/cryptopp/eccrypto.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579template <class EC>
580Integer DL_GroupParameters_EC<EC>::ConvertElementToInteger(const Element &element) const
581{
582 return ConvertToInteger(element.x);
583};
584
585template <class EC>
586bool DL_GroupParameters_EC<EC>::ValidateGroup(RandomNumberGenerator &rng, unsigned int level) const

Callers 10

BOOST_AUTO_TEST_CASEFunction · 0.80
HashMethod · 0.80
HashMethod · 0.80
VerifyMethod · 0.80
SignMethod · 0.80
VerifyMethod · 0.80
VerifyMethod · 0.80
RawSignFunction · 0.80
SignAndRestartFunction · 0.80
AgreeMethod · 0.80

Calls 1

ConvertToIntegerFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64