Commit 793c097
authored
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 #9221 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1280 | 1280 | | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | | - | |
| 1283 | + | |
1284 | 1284 | | |
1285 | 1285 | | |
1286 | 1286 | | |
| |||
0 commit comments