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 :)
1,89K