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
- Host: GitHub
- URL: https://github.com/jiahaoxiang2000/sphincs-plus
- Owner: jiahaoxiang2000
- License: mit
- Created: 2025-01-11T12:56:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T13:47:35.000Z (6 months ago)
- Last Synced: 2025-04-06T14:23:18.759Z (6 months ago)
- Topics: hash, pqcrypto, signature
- Language: Cuda
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)