mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 16:36:54 +02:00
Add AES-GCM test vectors even though aes.rs is just glue... to make sure the glue holds. :)
This commit is contained in:
parent
c94c0cfa7f
commit
263900ae00
2 changed files with 3031 additions and 0 deletions
|
@ -30,6 +30,7 @@ signal-hook = "^0"
|
|||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
sha2 = "^0"
|
||||
hex-literal = "^0"
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
|
3030
crypto/src/aes.rs
3030
crypto/src/aes.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue