mbedtls/include/psa
Gilles Peskine 3ff2162d14 Remove salt from asymmetric_{sign,verify}
No common signature algorithm uses a salt (RSA-PKCS#1v1.5, RSA-PSS,
DSA, ECDSA, EdDSA). We don't even take an IV for MAC whereas MAC
algorithms with IV are uncommon but heard of. So remove the salt
parameter from psa_asymmetric_sign and psa_asymmetric_verify.
2018-09-12 16:41:11 +03:00
..
crypto.h Remove salt from asymmetric_{sign,verify} 2018-09-12 16:41:11 +03:00
crypto_extra.h Add notes about the purpose and usage of auxiliary header files 2018-09-12 16:41:11 +03:00
crypto_platform.h Add notes about the purpose and usage of auxiliary header files 2018-09-12 16:41:11 +03:00
crypto_sizes.h Doc: write documentation for many macros and functions 2018-09-12 16:41:11 +03:00
crypto_struct.h Split psa_mac_setup -> psa_mac_{sign,verify}_setup 2018-09-12 16:41:11 +03:00