Skip to content

Commit

Permalink
feat(cryptobls) (Layr-Labs#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs authored Jul 1, 2024
1 parent f6e2ae6 commit 9f31de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/crypto/bls/src/attestation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fn hash_to_g1(digest: &[u8; 32]) -> G1Affine {
}
}

#[derive(Debug)]
#[derive(Debug, Default)]
pub struct KeyPair {
priv_key: PrivateKey,
pub_key: G1Projective,
Expand Down

0 comments on commit 9f31de3

Please sign in to comment.