main
const an teen 2022-06-18 08:57:35 -04:00
parent e2ee27d5ed
commit b2607fe181
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public:
const std::shared_ptr<std::array<uint8_t, 64>> 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<uint8_t, 64>& rawAnother) const noexcept;
bool operator==(const std::string& base64String) const noexcept;