test: add some test

test: add test_aes_gcm_encrypt
test: add test_xor_encrypt
test: add test_bincode
This commit is contained in:
b1n
2024-06-27 12:04:13 +08:00
parent 1d55e0c1d4
commit 291d6b658d
3 changed files with 617 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ LegalCopyright = "Copyright (c) 2024 b1n <b1n@b1n.io>"
[target."cfg(windows)".build-dependencies]
winresource = "0.1.17"
[dev-dependencies]
tempfile = "3.10.1"
[profile.release]
strip = true
opt-level = 3