Skip to content

isec-tugraz/fish-begol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

642 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picnic-FS and -UR signature schemes

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].

Building

First configure the build cmake and then run make:

mkdir build; cd build
cmake ..
make

Dependencies

  • OpenSSL (libssl-dev)
  • m4ri (libm4ri-dev)

License

The code is licensed under the MIT license.

Authors

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.

References

About

Implementation of the Fish and Begol signature schemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors