Open
Description
It would be nice to support deterministic ecc signatures - see https://tools.ietf.org/html/rfc6979
It is related only to ecc_sign_hash_ex
as the verification works as usual.
It can be done without any API change, simply when prng
parametr of ecc_sign_hash_ex
is passed NULL
then we will not throw an error but create the deterministic signature as described in RFC6979.
Any takers?
Cc: @rmw42 - what do you think? IMO you have pretty impressive ECDSA-related traction during last few weeks 😄
Metadata
Metadata
Assignees
Labels
No labels