Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoGalteland committed May 10, 2024
1 parent f65d5a3 commit 7e50d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_gadgets/src/sinsemilla/chip/hash_to_point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use std::ops::Deref;

/// Define an enum that can hold either type
#[derive(Debug, Clone)]
#[allow(dead_code)]
pub enum EccPointQ<'a> {
PublicPoint(pallas::Affine),
PrivatePoint(&'a NonIdentityEccPoint),
Expand Down

0 comments on commit 7e50d0b

Please sign in to comment.