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

Method DecodePoint

src/cryptopp/ecp.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool ECP::DecodePoint(ECP::Point &P, const byte *encodedPoint, size_t encodedPointLen) const
67{
68 StringStore store(encodedPoint, encodedPointLen);
69 return DecodePoint(P, store, encodedPointLen);
70}
71
72bool ECP::DecodePoint(ECP::Point &P, BufferedTransformation &bt, size_t encodedPointLen) const
73{

Callers 5

InitializeMethod · 0.45
BERDecodePublicKeyMethod · 0.45
BERDecodePrivateKeyMethod · 0.45
DecodeElementMethod · 0.45
ValidateECDSAFunction · 0.45

Calls 7

GetFieldFunction · 0.85
JacobiFunction · 0.85
ModularSquareRootFunction · 0.85
EncodedPointSizeFunction · 0.70
FieldSizeFunction · 0.70
GetMethod · 0.45
DecodeMethod · 0.45

Tested by

no test coverage detected