An implementation of LowMC block cipher.
Supports for the block size
The exampled parameter sets for LowMC instantiations are listed in the following table.
LowMC v2 | 256 | 12 | 256 | 128 | 35 |
LowMC v3 | 256 | 12 | 256 | 128 | 38 |
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./LMC