Skip to content

Commit

Permalink
Update src/amcl.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Whitehead <[email protected]>
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas and andrewwhitehead committed Nov 27, 2023
1 parent 3678287 commit da84ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amcl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ impl From<PointG2Inf> for PointG2 {
#[cfg(feature = "serde")]
impl SerializableCryptoPrimitive for PointG2Inf {
fn name() -> &'static str {
"PointG1"
"PointG2Inf"
}

fn to_string(&self) -> ClResult<String> {
Expand Down

0 comments on commit da84ea9

Please sign in to comment.