This commit is contained in:
Balazs Komuves 2026-01-23 02:21:03 +01:00
parent 2f719307f4
commit d12b3f89b5
No known key found for this signature in database
GPG Key ID: F63B7AEF18435562

View File

@ -11,6 +11,10 @@ It's intended to be used on 32-bit platforms, eg. 32-bit RISC-V (rv32im)
The algebra implementation is based on [`zikkurat-algebra`](https://github.com/faulhornlabs/zikkurat-algebra/)
and [`staging-agda`](https://github.com/faulhornlabs/staging-agda/).
### Status
Currently, only Poseidon2 with `t=3` is implemented.
### TODO
- [ ] optimize squaring to use less multiplications (?)