Skip to content

Tags: mttbernardini/mbc

Tags

v0.2

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.

v0.1

First version of `mbc` CLI utility.

alpha

First compiling version.