Skip to content

MaliciousLowmc/Picnic-LowMC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picnic: Post-Quantum Signatures -- LowMC constant generation

The Picnic is a familiy of digital signature schemes secure against attacks by quantum computers. This repository contains the code to generate the LowMC constants as used by the optimized implementation. The generated constantes are compatible with the reduced round key computation and optimized linear layer evaluation as discussed in the paper introducing an optimal representation of LowMC.

The LowMC constants are generated using the script from the LowMC authors.

Generating constants

After installing SageMath, simply run make:

make

License

The code is licensed under the MIT license.

About

Code to pre-compute Picnic constants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Makefile 4.6%