Skip to content

Commit

Permalink
Note other possible prefix for Bls12381G2 multibase-multikeys.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Sep 19, 2024
1 parent b556ebb commit 7ed2896
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ didWebDriver.use({
multibaseMultikeyHeader: 'zDna',
fromMultibase: EcdsaMultikey.from
});
// note: two possible multibase-multikey prefixes for Bls12381G2 multikeys
didWebDriver.use({
multibaseMultikeyHeader: 'zUC6',
fromMultibase: Bls12381Multikey.from
});
didWebDriver.use({
multibaseMultikeyHeader: 'zUC7',
fromMultibase: Bls12381Multikey.from
Expand Down

0 comments on commit 7ed2896

Please sign in to comment.