Skip to content

Commit

Permalink
aegis-mac is not available in pure rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 10, 2024
1 parent 9c04626 commit 9ad1cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ mod tests {
assert_eq!(m2, m);
}

#[cfg(not(feature = "pure-rust"))]
#[test]
fn test_aegis128l_mac() {
use crate::aegis128l::Aegis128LMac;
Expand Down

0 comments on commit 9ad1cb5

Please sign in to comment.