Skip to content

Commit

Permalink
force git to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Sep 20, 2024
1 parent a2e4652 commit a9f0322
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circuits/circuits/utils/shaBytes/shaBytesDynamic.circom
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
pragma circom 2.1.6;

include "./dynamic/sha1Bytes.circom";
//include "@zk-email/circuits/lib/sha.circom";
include "./dynamic/Sha256Bytes.circom";
include "./dynamic/sha256Bytes.circom";

template ShaBytesDynamic(hashLen, max_num_bytes) {
signal input in_padded[max_num_bytes];
Expand Down

0 comments on commit a9f0322

Please sign in to comment.