Skip to content

Commit

Permalink
Update frost-core/src/signing_key.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly authored Sep 2, 2023
1 parent f28ec55 commit f0bd8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frost-core/src/signing_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ where
if scalar == <<C::Group as Group>::Field as Field>::zero() {
return Err(Error::MalformedSigningKey);
}

Ok(Self { scalar })
}

Expand Down

0 comments on commit f0bd8fc

Please sign in to comment.