Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetr0v committed Jan 19, 2024
1 parent 0add4f4 commit ce758d3
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 ce758d3

Please sign in to comment.