Skip to content

Conversation

@kentakayama
Copy link

@kentakayama kentakayama commented Dec 13, 2025

Resolve #224 based on the Option A.

Key modifications are:

  • AlgorithmESP256, AlgorithmESP384, AlgorithmESP512 and AlgorithmEd25519EdDSA are added
  • EdDSA Signer and Verifier are changed to have alg field, and it is returned in Algorithm()
  • deriveAlgorithm is changed to deriveAlgorithms, now it returns the slice of possible Algorithms (at least one Algorithm is included for better error handling)
  • tests are extended to cover {ES256, ESP256} and {EdDSA, Ed25519EdDSA}

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFC 9864: Fully-Specified Algorithms for COSE support

2 participants