Skip to content

Commit 793c097

Browse files
fix: correct BLS12 algorithm pattern (#923)
## 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
2 parents f8b021f + 5cbdee8 commit 793c097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/cryptography-defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@
12801280
],
12811281
"variant": [
12821282
{
1283-
"pattern": "BLS(13-381|13-377|BN254)",
1283+
"pattern": "BLS(12-381|12-377|BN254)",
12841284
"primitive": "signature"
12851285
},
12861286
{

0 commit comments

Comments
 (0)