Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid leaking nonce in _ecdsa_sign()
The nonce was allocated by mpz_set_str(), so must be freed by mpz_clear(). This makes the test by @EggPool in AntonKueltz#6 run in constant memory.
- Loading branch information