Skip to content

Commit

Permalink
Remove DynAead
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 20, 2024
1 parent 0a483d1 commit a696808
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 205 deletions.
201 changes: 0 additions & 201 deletions aead/src/dyn_aead.rs

This file was deleted.

4 changes: 0 additions & 4 deletions aead/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ use arrayvec::ArrayVec;
#[cfg(feature = "dev")]
pub mod dev;

mod dyn_aead;

pub use dyn_aead::DynAead;

pub mod stream;

pub use crypto_common::{
Expand Down

0 comments on commit a696808

Please sign in to comment.