Wait 😭 this would’ve saved us HOURS!! @Lynette_mwangi remember that time we couldn’t get sha256 to work in our Noir circuit Thanks for the tip! 🙌
harshbajpai.eth
harshbajpai.eth17.7. klo 03.22
A Noir tip to save you time! If you are using sha256 in your circuit and want a util that matches the one in Noir. Use this: ``` import { sha256_compression } from "@aztec/noir-acvm_js"; ``` This will make you results consistent with the ones in the circuit :)
604