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

Method EncodePublicKey

libi2pd/Ed25519.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 void Ed25519::EncodePublicKey (const EDDSAPoint& publicKey, uint8_t * buf, BN_CTX * ctx) const
108 {
109 EncodePoint (Normalize (publicKey, ctx), buf);
110 }
111
112 bool Ed25519::Verify (const EDDSAPoint& publicKey, const uint8_t * digest, const uint8_t * signature) const
113 {

Callers 2

RedDSA25519SignerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected