Skip to content

Commit

Permalink
eax: gate test on feature it needs (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall authored Oct 31, 2023
1 parent 8a3d5c4 commit cb63de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eax/tests/aes128eax.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Test vectors from Appendix G:
//! https://web.cs.ucdavis.edu/~rogaway/papers/eax.pdf
#![cfg(feature = "alloc")]

use aes::Aes128;
use eax::Eax;
Expand Down

0 comments on commit cb63de7

Please sign in to comment.