Skip to content

Commit

Permalink
Add no_std attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 23, 2024
1 parent 55c1552 commit aa732e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aead-stream/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
//!
//! [1]: https://eprint.iacr.org/2015/189.pdf
#![no_std]
#![allow(clippy::upper_case_acronyms)]

#[cfg(feature = "alloc")]
Expand Down

0 comments on commit aa732e1

Please sign in to comment.