MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / DSASigner

Method DSASigner

libi2pd/Signature.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 DSASigner::DSASigner (const uint8_t * signingPrivateKey, const uint8_t * signingPublicKey)
62 {
63 BIGNUM * priv = BN_bin2bn (signingPrivateKey, DSA_PRIVATE_KEY_LENGTH, NULL);
64 m_PrivateKey = CreateDSA (nullptr, priv);
65 BN_free (priv);
66 }
67
68 DSASigner::~DSASigner ()
69 {

Callers

nothing calls this directly

Calls 1

CreateDSAFunction · 0.85

Tested by

no test coverage detected