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

Method DEREncodeAsOctetString

src/cryptopp/gf2n.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void PolynomialMod2::DEREncodeAsOctetString(BufferedTransformation &bt, size_t length) const
175{
176 DERGeneralEncoder enc(bt, OCTET_STRING);
177 Encode(enc, length);
178 enc.MessageEnd();
179}
180
181void PolynomialMod2::BERDecodeAsOctetString(BufferedTransformation &bt, size_t length)
182{

Callers 3

DEREncodePrivateKeyMethod · 0.80
integer.cppFile · 0.80
DEREncodeElementMethod · 0.80

Calls 2

EncodeFunction · 0.85
MessageEndMethod · 0.80

Tested by

no test coverage detected