Module rfc6979

Module rfc6979 

Source
Available on crate feature sign only.
Expand description

Support for computing deterministic ECDSA ephemeral scalar (k).

Implementation of the algorithm described in RFC 6979 (Section 3.2): https://tools.ietf.org/html/rfc6979#section-3

Functionsยง

generate_k
Generate ephemeral scalar k from the secret scalar and a digest of the input message.