Skip to content

Support newer ASN.1 signature encoding formats #122

Open
@tomato42

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions