Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Jul 29, 2024
1 parent 6cd81b0 commit 2b12fb4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions agent_secret_manager/src/subject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ use agent_shared::{config::config, from_jsonwebtoken_algorithm_to_jwsalgorithm};
use async_trait::async_trait;
use base64::{engine::general_purpose::URL_SAFE_NO_PAD, Engine};
use did_manager::{DidMethod, Resolver, SecretManager};
use identity_iota::{
did::DID,
document::DIDUrlQuery,
verification::{jwk::JwkParams, jws::JwsAlgorithm},
};
use identity_iota::{did::DID, document::DIDUrlQuery, verification::jwk::JwkParams};
use jsonwebtoken::Algorithm;
use oid4vc_core::{authentication::sign::ExternalSign, Sign, Verify};
use std::{str::FromStr, sync::Arc};
use std::sync::Arc;

/// Reponsible for signing and verifying data.
pub struct Subject {
Expand Down

0 comments on commit 2b12fb4

Please sign in to comment.