mbedtls/include/psa
Gilles Peskine a81d85b732 Sort out ECDSA mechanisms
* Distinguish randomized ECDSA from deterministic ECDSA.
* Deterministic ECDSA needs to be parametrized by a hash.
* Randomized ECDSA only uses the hash for the initial hash step,
  but add ECDSA(hash) algorithms anyway so that all the signature
  algorithms encode the initial hashing step.
* Add brief documentation for the ECDSA signature mechanisms.
* Also define DSA signature mechanisms while I'm at it. There were
  already key types for DSA.
2018-09-12 16:24:51 +03:00
..
crypto_extra.h Add PSA crypto module 2018-09-05 10:59:00 +03:00
crypto_platform.h Add key management functions 2018-09-05 11:53:24 +03:00
crypto_struct.h Rename hash max sizes for consistency 2018-09-12 16:19:04 +03:00
crypto.h Sort out ECDSA mechanisms 2018-09-12 16:24:51 +03:00