Skip to content

Generating invalid signature #211

Description

@rbndg

Generating invalid signature when passing identical arguments:

 m  = Buffer.from("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", "hex")
 d = Buffer.from("0000000000000000000000000000000000000000000000000000000000000001", "hex")
secp256k1.ecdsaSign(m,d) // bindings version
elliptical.ecdsaSign(m,d) // pure js version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions