Skip to content

Commit

Permalink
Eq is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj committed Dec 6, 2024
1 parent 10cf2f7 commit bd0e68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcrypto/src/groups/bls12381.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ generate_bytes_representation!(G1Element, G1_ELEMENT_BYTE_LENGTH, G1ElementAsByt
///
/// The intended use of this struct is to deserialize and sum a large number of G1 elements without
/// having to decompress them first.
#[derive(Clone, Debug, PartialEq, Eq)]
#[derive(Clone, Debug)]
#[repr(transparent)]
pub struct G1ElementUncompressed(pub(crate) [u8; 2 * G1_ELEMENT_BYTE_LENGTH]);

Expand Down

0 comments on commit bd0e68f

Please sign in to comment.