-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an
exportable
option to default-plugins (#109)
Addresses issue #108 --- * Add an `exportable` option to EcdsaKeyPair Addresses issue #108 * Implement and test import / export for ECDSA Keypair * Import and Export for RSA keys * Import / Export for EdKeypair * [WIP] Remove unit8array as a dependency * [bug] remove unused dependency * [fix] Normalize back to uintarrays [Fix] Normalize on uint8arrays * [feat] Normalize `export` to use JWK types * [fix] added notes about ed25519 export * [fix] Revised comment about export to include other parameters * [fix] Generify ExportableKey type to allow for PrivateKeyJwk return types
- Loading branch information
Showing
10 changed files
with
280 additions
and
68 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
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
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
Oops, something went wrong.