Skip to content

NUT-29: use valid curve points in the batch mint example - #405

Open
robwoodgate wants to merge 1 commit into
mainfrom
nut29-example-points
Open

NUT-29: use valid curve points in the batch mint example#405
robwoodgate wants to merge 1 commit into
mainfrom
nut29-example-points

Conversation

@robwoodgate

@robwoodgate robwoodgate commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Two output B_ values in the batch mint request example are not valid secp256k1 points, so implementations that validate points on parse (e.g. cdk) would reject the example verbatim. Replaces them with the compressed points for the well-known test keys 02 and 03.

Found while pinning the vectors for #404.

Two example output B_ values were not valid secp256k1 points, which
trips implementations that validate points on parse.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant