Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
void DEREncodeNull(BufferedTransformation &out)
88
{
89
out.Put(TAG_NULL);
90
out.Put(0);
91
}
92
93
void BERDecodeNull(BufferedTransformation &in)
94
{
Callers
1
DEREncodeAlgorithmParameters
Function · 0.85
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected