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

Method DEREncodeElement

src/cryptopp/gf2n.cpp:837–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837void GF2NP::DEREncodeElement(BufferedTransformation &out, const Element &a) const
838{
839 a.DEREncodeAsOctetString(out, MaxElementByteLength());
840}
841
842void GF2NP::BERDecodeElement(BufferedTransformation &in, Element &a) const
843{

Callers 3

SaveMethod · 0.45
DEREncodeMethod · 0.45
DEREncodeMethod · 0.45

Calls 2

MaxElementByteLengthFunction · 0.70

Tested by

no test coverage detected