mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-30 03:06:29 +01:00
- Added Blowfish to generic cipher layer
- Renamed POLARSSL_MODE_CFB128 to POLARSSL_MODE_CFB
This commit is contained in:
parent
26c4e3cb0b
commit
6132d0aa93
9 changed files with 525 additions and 19 deletions
|
|
@ -37,6 +37,7 @@ add_test_suite(base64)
|
|||
add_test_suite(blowfish)
|
||||
add_test_suite(camellia)
|
||||
add_test_suite(cipher cipher.aes)
|
||||
add_test_suite(cipher cipher.blowfish)
|
||||
add_test_suite(cipher cipher.camellia)
|
||||
add_test_suite(cipher cipher.des)
|
||||
add_test_suite(cipher cipher.null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue