mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Add ChaCha20 to the Cipher module
This commit is contained in:
parent
34b822ce7b
commit
bd92062269
8 changed files with 231 additions and 4 deletions
|
|
@ -60,6 +60,7 @@ add_test_suite(cipher cipher.arc4)
|
|||
add_test_suite(cipher cipher.blowfish)
|
||||
add_test_suite(cipher cipher.camellia)
|
||||
add_test_suite(cipher cipher.ccm)
|
||||
add_test_suite(cipher cipher.chacha20)
|
||||
add_test_suite(cipher cipher.des)
|
||||
add_test_suite(cipher cipher.gcm)
|
||||
add_test_suite(cipher cipher.null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue