Tags: mttbernardini/mbc
Tags
Release v0.2 libmbc: - Renamed global internal keys in `xor_key` and `swap_key`. - `swap_key` is now statically allocated (for it being max 8 bytes long). mbc: - Added trailing newline on hex encoding and `-n` option to disable it. - General code revision and simplification. Other: - `random_test` target was not getting rebuilt after modifications. - Added version number management using hardcoded major and minor on CMakeLists.txt and `git describe` to obtain revision number (numbers of commits from last tag) when available. - Added Apache License 2.0.