RustCrypto in TockEnv (#625)
* Adds a rust_crypto feature to Tock * -O3 for RustCrypto
This commit is contained in:
@@ -33,6 +33,7 @@ use aes::cipher::generic_array::GenericArray;
|
||||
use aes::cipher::{
|
||||
BlockDecrypt, BlockDecryptMut, BlockEncrypt, BlockEncryptMut, KeyInit, KeyIvInit,
|
||||
};
|
||||
use alloc::vec::Vec;
|
||||
use core::convert::TryFrom;
|
||||
use hmac::digest::FixedOutput;
|
||||
use hmac::Mac;
|
||||
|
||||
Reference in New Issue
Block a user