Skip to content

Commit

Permalink
🤖 cargo-fmt auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 1ed3883 commit f1c077d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/internet_identity/src/openid/google.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ fn verify_signature(input: VerificationInput, jwk: &Jwk) -> Result<(), Signature
rsa::BigUint::from_bytes_be(&n),
rsa::BigUint::from_bytes_be(&e),
)
.map_err(|_| {
SignatureVerificationError::from(SignatureVerificationErrorKind::KeyDecodingFailure)
})?;
.map_err(|_| {
SignatureVerificationError::from(SignatureVerificationErrorKind::KeyDecodingFailure)
})?;

rsa_key
.verify(scheme, &hashed_input, input.decoded_signature.as_ref())
Expand Down

0 comments on commit f1c077d

Please sign in to comment.