mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Add example program psa/aead_cipher_psa
This is meant to highlight similarities and differences in the APIs. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
667b556dbc
commit
398d45985b
4 changed files with 357 additions and 0 deletions
1
programs/.gitignore
vendored
1
programs/.gitignore
vendored
|
|
@ -38,6 +38,7 @@ pkey/rsa_sign
|
|||
pkey/rsa_sign_pss
|
||||
pkey/rsa_verify
|
||||
pkey/rsa_verify_pss
|
||||
psa/aead_cipher_psa
|
||||
psa/crypto_examples
|
||||
psa/hmac_md_psa
|
||||
psa/key_ladder_demo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue