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

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

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
```