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

Method BERDecodeElement

src/cryptopp/gf2n.cpp:842–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842void GF2NP::BERDecodeElement(BufferedTransformation &in, Element &a) const
843{
844 a.BERDecodeAsOctetString(in, MaxElementByteLength());
845}
846
847void GF2NT::DEREncode(BufferedTransformation &bt) const
848{

Callers 3

LoadMethod · 0.45
ECPMethod · 0.45
EC2NMethod · 0.45

Calls 2

MaxElementByteLengthFunction · 0.70

Tested by

no test coverage detected