We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae00f7 commit 0b01018Copy full SHA for 0b01018
src/bench.nr
@@ -76,4 +76,4 @@ fn poseidon_sponge_16(input: [Field; 16]) -> Field {
76
#[export]
77
fn poseidon_sponge_32(input: [Field; 32]) -> Field {
78
poseidon::bn254::sponge(input)
79
-}
+}
0 commit comments