Skip to content

sphincs/parallel-sphincsplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A multithreaded implementation of the Sphincs+ signature algorithm

This repository contains an alternative implementation of the Sphincs+ signature system (as of round 3 of the NIST competition

The specific features that this implements (that the reference code doesn't):

  • It is multithreaded; that is, it can split the job of producing a signature over several threads

  • It can support multiple parameter sets at once

It does assume that you have the AVX2 and AES_NI instructions available, as well as the Posix multithreading API - if not, well, I'll refer you to the Sphincs+ reference code...

About

This repository contains another implementation of the Sphincs+ postquantum signature system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages