bit typo
parent
e2ee27d5ed
commit
b2607fe181
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue