Skip to content

Commit

Permalink
refac(crypto): refac part of CompressAndInject()
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjeong committed Oct 23, 2024
1 parent 88b2f3a commit 6c5fe79
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,7 @@ class FieldMerkleTree {
}
});

Digest default_digest =
base::CreateArray<N>([]() { return PrimeField::Zero(); });
Digest default_digest = {PrimeField::Zero()};
Digest inputs_with_default_digest[] = {
default_digest,
default_digest,
Expand Down

0 comments on commit 6c5fe79

Please sign in to comment.