Skip to content

Commit

Permalink
Make Bls12381G2 multikey prefix flexible enough for zUC6/zUC7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Sep 19, 2024
1 parent 47f0baa commit 6d37ac4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# bedrock-did-io ChangeLog

## 10.3.3 - 2024-09-dd

### Fixed
- Fix Bls12381G2 multikey prefix.

## 10.3.2 - 2024-08-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SUPPORTED_KEY_TYPES = new Map([
]);

const SUPPORTED_BASE58_MULTIKEY_HEADERS = new Map([
['Bls12381G2', 'zUC7'],
['Bls12381G2', 'zUC'],
['Ed25519', 'z6Mk'],
['P-256', 'zDna'],
['P-384', 'z82L'],
Expand Down

0 comments on commit 6d37ac4

Please sign in to comment.