Skip to content

Deterministic ECDSA - RFC6979 #441

Open
@karel-m

Description

@karel-m

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions