feat: add __crypto/aes_ctr_test/

This commit is contained in:
2024-08-31 17:11:16 +08:00
parent 22344b6d96
commit 7f0e18bbe4
4 changed files with 180 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "aes_ctr_test"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = "0.8.4"
hex = "0.4.3"