| 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 | { |
no outgoing calls
no test coverage detected