mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 06:28:44 +00:00
Test relies on deterministic signature as this uses plain sig internally, so if deterministic works, then so does non-deterministic, while the reciprocal is false. (Also, deterministic is enabled by default in config.h.) Test case is taken from a RFC 6979 test vector, just manually converting (r,s) to the encoded signature.