Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ DSAVerifier
Method
DSAVerifier
libi2pd/Signature.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
{
22
#if (OPENSSL_VERSION_NUMBER >= 0x030000000) // since 3.0.0
23
DSAVerifier::DSAVerifier ():
24
m_PublicKey (nullptr)
25
{
26
}
27
28
DSAVerifier::~DSAVerifier ()
29
{
Callers
nothing calls this directly
Calls
1
CreateDSA
Function · 0.85
Tested by
no test coverage detected