Skip to content

Support newer ASN.1 signature encoding formats #122

Description

@tomato42

SEC 1 v2.0 specifies ECDSA-Sig-Value structure with 4 values, not two, and one alternative formatting:

  • ECDSA-Sig-Value with a or y elements
  • ECDSA-Full-R structure

add support for creating those signatures and verifying them (create alternatives for

def sigdecode_der(sig_der, order):
and
def sigencode_der(r, s, order):
that can handle them)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions