Skip to content

Commit 85bd59e

Browse files
committed
annotation
1 parent b3798ad commit 85bd59e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modoh-lib/src/httpsig_handler/handler_main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ where
537537
available_secret_keys.first().map(|v| v.to_owned())
538538
}
539539

540+
#[allow(unused)]
540541
#[instrument(name = "get_hmac_verification_key_by_key_id", skip_all)]
541542
/// **VerificationAPI**: Search a hmac master key for the given key id
542543
/// If found, derive the session key for given nonce from the master key
@@ -560,6 +561,7 @@ where
560561
Some(session_key)
561562
}
562563

564+
#[allow(unused)]
563565
#[instrument(name = "get_pk_verification_key_by_key_id", skip_all)]
564566
/// **VerificationAPI**: Get a public key for the given key id for verification (case if no hmac key is found)
565567
pub(crate) async fn get_pk_verification_key_by_key_id(&self, key_id: &str) -> Option<PublicKey> {

0 commit comments

Comments
 (0)