readme to hash functions
This commit is contained in:
parent
83c9753b6e
commit
1c00f1a483
|
@ -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
|
||||
|
Loading…
Reference in New Issue