Fix wrong minlen for base uwu

This commit is contained in:
Leonetienne 2022-05-31 22:19:01 +02:00
parent a93b3b3fe5
commit 0917e9c6cb
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -20,8 +20,8 @@ static auto blockLengthByBase =
std::make_pair(Configuration::IOBASE_FORMAT::BASE_10, 155),
std::make_pair(Configuration::IOBASE_FORMAT::BASE_16, 128),
std::make_pair(Configuration::IOBASE_FORMAT::BASE_64, 86),
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UWU, 125),
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 125)
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UWU, 81),
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 124)
});
// Actually useful bases