Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Jul 5, 2024
1 parent 9af61eb commit d6ef883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion halo2_gadgets/src/sinsemilla/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ pub mod tests {
}

#[test]
fn test_against_stored_merkle_chip() {
fn test_merkle_chip_against_stored_circuit() {
let circuit = generate_circuit();
test_against_stored_circuit(circuit, "merkle_chip", 4160);
}
Expand Down
1 change: 0 additions & 1 deletion halo2_gadgets/src/sinsemilla/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ impl HashDomain {
#[derive(Debug)]
#[allow(non_snake_case)]
pub struct CommitDomain {
/// A domain in which $\mathsf{SinsemillaHashToPoint}$ and $\mathsf{SinsemillaHash}$ can be used
M: HashDomain,
R: pallas::Point,
}
Expand Down

0 comments on commit d6ef883

Please sign in to comment.