From b2607fe18119c2626aa17faa855ec7f67a22a39b Mon Sep 17 00:00:00 2001 From: acetone Date: Sat, 18 Jun 2022 08:57:35 -0400 Subject: [PATCH] bit typo --- ed25519.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ed25519.h b/ed25519.h index da6c222..ccc6a37 100644 --- a/ed25519.h +++ b/ed25519.h @@ -44,7 +44,7 @@ public: const std::shared_ptr> data() const noexcept; std::string base64String() const noexcept; - bool operator==(const Ed25519::Signature& another) const noexcept; + bool operator==(const Ed25519::Signature& another) const noexcept; bool operator==(const std::array& rawAnother) const noexcept; bool operator==(const std::string& base64String) const noexcept;