readme to hash functions

This commit is contained in:
Balazs Komuves 2023-10-17 11:42:57 +02:00
parent 83c9753b6e
commit 1c00f1a483
1 changed files with 24 additions and 0 deletions

24
hash/README.md Normal file
View File

@ -0,0 +1,24 @@
Benchmarking of hash function
-----------------------------
### On CPU:
- [ ] Poseidon
- [x] Poseidon2
- [ ] Reinforced Concrete
- [x] SHA256
- [ ] Keccak256
- [ ] Blake2
- [x] Blake3
### Groth16 SNARK:
- [ ] Poseidon
- [x] Poseidon2
- [ ] Reinforced Concrete
- [ ] SHA256
- [ ] Keccak256
- [ ] Blake2
- [ ] Blake3