1 parent 10a9280 commit 87ba24eCopy full SHA for 87ba24e
1 file changed
tests/tests.rs
@@ -1,8 +1,9 @@
1
+#![cfg(feature = "vec")]
2
+
3
use grain_128aeadv2::Grain128;
4
use grain_128aeadv2::KeyInit;
5
6
#[test]
-#[cfg(feature = "vec")]
7
fn test_encrypt_decrypt_aead() {
8
// Init and load keys into the cipher
9
let key = [0u8; 16];
0 commit comments