Skip to content

Commit

Permalink
Merge branch '116-new-auxinfo-tests' of https://github.com/boltlabs-i…
Browse files Browse the repository at this point in the history
…nc/tss-ecdsa into 116-new-auxinfo-tests
  • Loading branch information
hridambasu committed Sep 21, 2023
2 parents 1802a4a + e68cdfd commit a2810ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/auxinfo/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ mod tests {
};
random_auxinfo_proof(&mut rng, f)?;
Ok(())

}

#[test]
Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub(crate) const CRYPTOGRAPHIC_RETRY_MAX: usize = 500usize;
/// private type, `Debug` should be manually implemented with the field of this
/// type explicitly redacted!
#[derive(Eq, PartialEq, Debug, Clone, Copy, Zeroize)]
pub(crate) struct CurvePoint(pub k256::ProjectivePoint);
pub(crate) struct CurvePoint(k256::ProjectivePoint);

impl AsRef<CurvePoint> for CurvePoint {
fn as_ref(&self) -> &CurvePoint {
Expand Down

0 comments on commit a2810ad

Please sign in to comment.