-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for did:peer (#608)
Signed-off-by: Timo Glastra <[email protected]>
- Loading branch information
1 parent
09950c7
commit c5c4172
Showing
67 changed files
with
1,976 additions
and
669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export enum KeyType { | ||
Ed25519 = 'ed25519', | ||
Bls12381g1g2 = 'bls12381g1g2', | ||
Bls12381g1 = 'bls12381g1', | ||
Bls12381g2 = 'bls12381g2', | ||
X25519 = 'x25519', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { KeyType } from './KeyType' |
63 changes: 0 additions & 63 deletions
63
packages/core/src/modules/dids/__tests__/DidKeyBls12381G1.test.ts
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
packages/core/src/modules/dids/__tests__/DidKeyBls12381G1G2.test.ts
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
packages/core/src/modules/dids/__tests__/DidKeyBls12381G2.test.ts
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
packages/core/src/modules/dids/__tests__/DidKeyEd25519.test.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.