This code represents an implementation of the Fish signature scheme [1]. It uses (a bit-sliced version of) LowMC [3,4] in the setting of ZKBoo [2]. Some methods for MPC computations are based on [5].
First configure the build cmake and then run make:
mkdir build; cd build
cmake ..
make- OpenSSL (libssl-dev)
- m4ri (libm4ri-dev)
The code is licensed under the MIT license.
The code was written by David Derler and Sebastian Ramacher from Institute for Applied Information Processing and Communications, Graz University of Technology. They can be contacted via mailto:firstname.lastname@iaik.tugraz.at.