Module ecdsa::rfc6979[][src]

This is supported 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 ephemeral scalar k from the secret scalar and a digest of the input message.