feat: add comment

This commit is contained in:
2023-02-18 00:26:45 +08:00
parent c95a566c58
commit 88c931bc5c

View File

@@ -147,6 +147,7 @@ impl GCM {
}
}
// https://developer.aliyun.com/article/952809
fn main() {
let key: [u8; 32] = hex!("0001020304050607080910111213141516171819202122232425262728293031");
let p: Vec<u8> = "Hello world!".as_bytes().to_vec();