MCPcopy Create free account
hub / github.com/c3d/tao3D / DEREncode

Method DEREncode

libcryptopp/cryptopp/integer.cpp:3133–3138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3131}
3132
3133void Integer::DEREncode(BufferedTransformation &bt) const
3134{
3135 DERGeneralEncoder enc(bt, INTEGER);
3136 Encode(enc, MinEncodedSize(SIGNED), SIGNED);
3137 enc.MessageEnd();
3138}
3139
3140void Integer::BERDecode(const byte *input, size_t len)
3141{

Callers 1

GenerateRandomNoThrowMethod · 0.45

Calls 2

MinEncodedSizeFunction · 0.85
MessageEndMethod · 0.80

Tested by

no test coverage detected