Skip to content

Commit

Permalink
Merge branch 'main' into polymul
Browse files Browse the repository at this point in the history
  • Loading branch information
thor314 authored Aug 21, 2024
2 parents f71c3c9 + 96f3490 commit 6ff0729
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions circuits/aes-gcm/hashes.circom
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,6 @@ template POLYVAL(n_msg_bits) {
}

}

// test re-implementation of POLYVAL avoiding 128-bit arrays for a possible speed-up
template POLYVAL_2_64(blocks) {
signal input msg[blocks][64];
// Hash Key
signal input H[2][64];
signal output out[2][64];

// for (var i = 0; i < 128; i++) {
// out[i] <== 1;
// }
}
// {
// var msg_len = n_bits/8;
// signal input in[n_bits];
Expand Down

0 comments on commit 6ff0729

Please sign in to comment.