File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
modoh-lib/src/httpsig_handler Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 > {
You can’t perform that action at this time.
0 commit comments