zkmove / halo2-verifier.move

A set of tooling of halo2 circuits verification in Move environments
Apache License 2.0
16 stars 4 forks source link

implement transcript with blake2b hashing method #41

Open nanne007 opened 9 months ago

nanne007 commented 9 months ago

since aptos support blake2b, we can add this. should share most of the code in current transcipt, only relace the keccak256 part with blake2b.

nanne007 commented 9 months ago

https://github.com/aptos-labs/aptos-core/blob/8818aa27f90a286ae383eebe5dd41a0c2680cfc7/aptos-move/framework/aptos-stdlib/sources/hash.move#L69 aptos blake2b support is here.