Skip to content

fix: correct BLS12 algorithm pattern#923

Merged
stevespringett merged 3 commits into
CycloneDX:masterfrom
Mehrn0ush:fix/bls12-algorithm-pattern
May 21, 2026
Merged

fix: correct BLS12 algorithm pattern#923
stevespringett merged 3 commits into
CycloneDX: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
@bhess bhess added the cap: cryptography-registry Capability: Cryptography Registry label May 21, 2026
@stevespringett stevespringett merged commit 793c097 into CycloneDX:master May 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cap: cryptography-registry Capability: Cryptography Registry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants