mirror of
https://github.com/monero-project/monero.git
synced 2025-03-20 02:26:03 -04:00

The default behavior for hex string parsing would allow the last digit to be made from a single hexadecimal character, which is correct, but we typically do not want that as it gets confusing and easy to not spot wrong input size.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.