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

Function DEREncodeNull

src/cryptopp/asn.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void DEREncodeNull(BufferedTransformation &out)
88{
89 out.Put(TAG_NULL);
90 out.Put(0);
91}
92
93void BERDecodeNull(BufferedTransformation &in)
94{

Callers 1

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected