Skip to content

sphincs/parallel-sphincsplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A multithreaded implementation of the SLH-DSA signature algorithm

This repository contains an alternative implementation of the SLH-DSA signature system (FIPS 205)

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 reference code...

If you're looking for an implementation of the Sphincs+ round 3 code, check out the consistent-basew branch

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages