An open API service indexing awesome lists of open source software.

https://github.com/jiahaoxiang2000/sphincs-plus

sphincs-plus GPU implementation
https://github.com/jiahaoxiang2000/sphincs-plus

hash pqcrypto signature

Last synced: 4 months ago
JSON representation

sphincs-plus GPU implementation

Awesome Lists containing this project

README

          

# SPHINCS+

At first, This is a implementation of the SPHINCS+ signature scheme in _Python_. The implementation is based on the SPHINCS+ reference implementation in C. The target is to provide a simple and **easy-to-understand** implementation of SPHINCS+.

On the next phase, we want the _high parallelism_ of the SPHINCS+ signature scheme to be fully utilized. We will use the **CUDA** to accelerate the SPHINCS+ signature scheme.

## references

- [Introduction to Post-Quantum Cryptography(PQC) - SPHINCS+](https://hackmd.io/@john03690248/S1ygPfgo5)
- [CUSPX - CUDA implement the SPHINCS+](https://github.com/wzh009888/CUSPX/tree/4d5a831a9db766e69cefe23d0a1689f28acdae69)