Skip to content

Peergos/sphincsplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPHINCS+

A Java implementation of the SPHINCS+ post-quantum signature scheme - SPHINCS+-128f(SHA256)

Ported from the reference C implementation.

Usage

Just include the single file: JavaSphincsplus.java

Building shared library from reference implementation

/usr/bin/gcc -fPIC -Wall -Wextra -Wpedantic -O3 -std=c99 -DPARAMS=sphincs-sha2-128f -shared -o libsphincsplus.so address.c randombytes.c merkle.c wots.c wotsx1.c utils.c utilsx1.c fors.c sign.c sha2.c hash_sha2.c thash_sha2_robust.c

About

A Java implementation of the sphincs+ post-quantum signature scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages