Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetr0v committed Jan 18, 2024
1 parent e1cc3e5 commit fd6d7be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oak_crypto/src/encryptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ impl EncryptionKeyHandle for EncryptionKeyProvider {
}

#[async_trait]
// #[async_trait(?Send)]
pub trait AsyncEncryptionKeyHandle {
async fn generate_recipient_context(
&self,
Expand All @@ -133,7 +132,6 @@ pub trait AsyncEncryptionKeyHandle {
}

#[async_trait]
// #[async_trait(?Send)]
impl AsyncEncryptionKeyHandle for EncryptionKeyProvider {
async fn generate_recipient_context(
&self,
Expand Down

0 comments on commit fd6d7be

Please sign in to comment.