https://github.com/veorq/eyhi
stateless few-times hash-based post-quantum signature
https://github.com/veorq/eyhi
hash-based-signatures post-quantum signature stateless
Last synced: 2 months ago
JSON representation
stateless few-times hash-based post-quantum signature
- Host: GitHub
- URL: https://github.com/veorq/eyhi
- Owner: veorq
- License: mit
- Created: 2025-09-12T13:41:05.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-09-12T14:08:37.000Z (2 months ago)
- Last Synced: 2025-09-12T16:42:55.306Z (2 months ago)
- Topics: hash-based-signatures, post-quantum, signature, stateless
- Language: Rust
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eyhi
**Super experimental, I suck at Rust, don't trust this**
[BLAKE3](https://github.com/BLAKE3-team/BLAKE3/)-based version of
[PRUNE-HORST](https://github.com/gravity-postquantum/prune-horst/), a
stateless few-times hash-based post-quantum signature scheme.
* 64-byte secret key
* 2048-byte public key
* 20768-byte signature
To check the test values:
```
cargo test --release
```
To regenerate the test values:
```
cargo run --bin genkats --release
```
To run benchmarks:
```
RAYON_NUM_THREADS=8 cargo bench
```