rust 大神crypto2的例子AES加解密
摘要:
我稍微改了一下,代码: extern crate crypto2; use crypto2::blockcipher::Aes128; fn main() { let key = [ 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09 阅读全文
posted @ 2021-08-22 09:09 pu369com 阅读(868) 评论(0) 推荐(0) 编辑