argumentcomputer / yatima

A zero-knowledge Lean4 compiler and kernel
MIT License
121 stars 9 forks source link

Drop `blake3` #250

Closed arthurpaulino closed 1 year ago

arthurpaulino commented 1 year ago

We're currently using blake3 here as a way to know whether we have already cached the commit hashes or not.

Can Poseidon hashing compete with blake3 to hash byte arrays?