Skip to content

fix: correct BLS12 algorithm pattern#923

Open
Mehrn0ush wants to merge 1 commit intoCycloneDX:masterfrom
Mehrn0ush:fix/bls12-algorithm-pattern
Open

fix: correct BLS12 algorithm pattern#923
Mehrn0ush wants to merge 1 commit intoCycloneDX:masterfrom
Mehrn0ush:fix/bls12-algorithm-pattern

Conversation

@Mehrn0ush
Copy link
Copy Markdown
Contributor

Summary

Corrects the BLS pattern in schema/cryptography-defs.json.

Changes

  • BLS(13-381|13-377|BN254) to BLS(12-381|12-377|BN254)

Rationale

The repository's elliptic curve catalog uses BLS12-381 and BLS12-377, and RFC 9380 references BLS12-381. The previous BLS13-* values appear to be typos.

Validation

  • Validated schema/cryptography-defs.json
  • Verified no BLS(13-381|13-377|BN254) reference remains

Fixes #922

Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
@Mehrn0ush Mehrn0ush requested a review from a team as a code owner May 2, 2026 15:49
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.

[Defect]: BLS12 algorithm pattern is misspelled in cryptography definitions

1 participant