fix(base58): basen::Exception

This commit is contained in:
2024-09-30 17:47:08 +03:00
parent edcaebcf53
commit 8169651729
5 changed files with 22 additions and 26 deletions

View File

@ -14,7 +14,7 @@ namespace hex
bool isValid(std::string_view str) noexcept;
/**
* @throw basen::Exception(OVERFLOW) if if there is an overflow
* @throw basen::Exception(OVERFLOW) if there is an overflow
*/
size_t sizeEncoded(std::span<const uint8_t> data);
size_t sizeDecoded(std::string_view str) noexcept;