Skip to content

Commit 87ba24e

Browse files
committed
Improve tests imports
1 parent 10a9280 commit 87ba24e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#![cfg(feature = "vec")]
2+
13
use grain_128aeadv2::Grain128;
24
use grain_128aeadv2::KeyInit;
35

46
#[test]
5-
#[cfg(feature = "vec")]
67
fn test_encrypt_decrypt_aead() {
78
// Init and load keys into the cipher
89
let key = [0u8; 16];

0 commit comments

Comments
 (0)