diff options
Diffstat (limited to 'src/lib/pubkey/ed25519/ed25519.h')
-rw-r--r-- | src/lib/pubkey/ed25519/ed25519.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/pubkey/ed25519/ed25519.h b/src/lib/pubkey/ed25519/ed25519.h index 97ed023f2..65bee1353 100644 --- a/src/lib/pubkey/ed25519/ed25519.h +++ b/src/lib/pubkey/ed25519/ed25519.h @@ -83,6 +83,8 @@ class BOTAN_PUBLIC_API(2,2) Ed25519_PrivateKey final : public Ed25519_PublicKey, secure_vector<uint8_t> private_key_bits() const override; + std::unique_ptr<Public_Key> public_key() const override; + bool check_key(RandomNumberGenerator& rng, bool strong) const override; std::unique_ptr<PK_Ops::Signature> |