/wavelet

Primary LanguageCGNU General Public License v3.0GPL-3.0

WAVELET

Wavelet: Code-based postquantum signatures with fast verification on microcontrollers

How to Run

  git clone git@github.com:waveletc/wavelet.git
  cd ref 
  make 
  ./wave

Optimized version

Optimized version uses AVX2 for computing the low level arithmetic.

To run the low the optimized version :

  git clone git@github.com:waveletc/wavelet.git
  cd opt 
  make 
  ./wave