mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-18 05:45:00 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| crypto.h | ||
| crypto_extra.h | ||
| crypto_platform.h | ||
| crypto_struct.h | ||