secp256k1/doc
Tim Ruffing 41e8704b48 build: Enable some modules by default
We don't enable the ECDSA recovery module, because we don't recommend
ECDSA recovery for new protocols. In particular, the recovery API is
prone to misuse: It invites the caller to forget to check the public
key (and the verification function always returns 1).

In general, we also don't recommend ordinary ECDSA for new protocols.
But disabling the ECDSA functions is not possible because they're not
in a module, and let's be honest: disabling ECDSA would mean to ignore
reality blatantly.
2022-08-03 17:09:54 +02:00
..
CHANGELOG.md build: Enable some modules by default 2022-08-03 17:09:54 +02:00
release-process.md doc: add release_process.md 2021-12-23 14:47:15 +00:00
safegcd_implementation.md doc: Minor fixes in safegcd_implementation.md 2021-11-15 21:16:00 -06:00