We will use AES-128 block cipher from aes crate. To get the authentication code: use aes::Aes128; use cmac::{Cmac, Mac, NewMac}; // Create `Mac` trait ...
確定! 回上一頁