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

Method DEREncodePublicKey

src/cryptopp/eccrypto.cpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659
660template <class EC>
661void DL_PublicKey_EC<EC>::DEREncodePublicKey(BufferedTransformation &bt) const
662{
663 this->GetGroupParameters().GetCurve().EncodePoint(bt, this->GetPublicElement(), this->GetGroupParameters().GetPointCompression());
664}
665
666// ******************************************************************
667

Callers

nothing calls this directly

Calls 2

GetPointCompressionMethod · 0.80
EncodePointMethod · 0.45

Tested by

no test coverage detected