[][src]Module ecdsa::rfc6979

This is supported on crate feature sign only.

Support for computing deterministic ECDSA ephemeral scalar (k) using the method described in RFC 6979 rules (Section 3.2): https://tools.ietf.org/html/rfc6979#section-3

Functions

generate_ksign

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