Skip to content

Commit

Permalink
Nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Sep 11, 2024
1 parent a7cdda4 commit d9aa678
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions identity_jose/tests/custom_alg.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
use std::ops::Deref;
use std::time::SystemTime;

use crypto::signatures::ed25519::{PublicKey, SecretKey, Signature};
use crypto::signatures::ed25519::PublicKey;
use crypto::signatures::ed25519::SecretKey;
use crypto::signatures::ed25519::Signature;
use identity_jose::jwk::EdCurve;
use identity_jose::jwk::Jwk;
use identity_jose::jwk::JwkParamsOkp;
use identity_jose::jwk::JwkType;
use identity_jose::jwk::{EdCurve, Jwk};
use identity_jose::jws::CompactJwsEncoder;
use identity_jose::jws::Decoder;
use identity_jose::jws::JwsAlgorithm;
use identity_jose::jws::JwsHeader;
use identity_jose::jws::JwsVerifierFn;
use identity_jose::jws::SignatureVerificationError;
use identity_jose::jws::SignatureVerificationErrorKind;
use identity_jose::jws::VerificationInput;
use identity_jose::jws::{JwsHeader, SignatureVerificationError, SignatureVerificationErrorKind};
use identity_jose::jwt::JwtClaims;
use identity_jose::jwu;
use jsonprooftoken::encoding::base64url_decode;
Expand Down

0 comments on commit d9aa678

Please sign in to comment.