plume-sig / zk-nullifier-sig

Implementation of PLUME: nullifier friendly signature scheme on ECDSA
MIT License
133 stars 22 forks source link

Different implementations use sha256 or sha512 #21

Closed 0xbok closed 1 year ago

0xbok commented 1 year ago

Circom and js use sha256. Rust implementations use sha512.

So these implementations are not compatible.

I suggest passing all these implementations through a common test to ensure consistency.