Fix wrong minlen for base ugh

This commit is contained in:
Leonetienne 2022-06-01 01:49:10 +02:00
parent 0917e9c6cb
commit 4c8c45ad04
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -21,7 +21,7 @@ static auto blockLengthByBase =
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, 81),
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 124)
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 126)
});
// Actually useful bases