UNPKG

@digitalcredentials/keypair

Version:

Cryptographic key pair data model in Javascript/Typescript, for Node.js, browsers, and React Native. Useful for Verifiable Credentials, DIDs (Decentralized Identifiers), and other uses of Data Integrity.

31 lines (24 loc) 791 B
# keypair Changelog ## 2.0.1-2.0.5 - 2025-04-29 ### Changed - Fix naming of `IVerificationResult` export. ## 2.0.0 - 2025-04-29 ### Changed - **BREAKING**: Refactored to use [`@digitalcredentials/ssi`](https://github.com/digitalcredentials/ssi) types. ## 1.0.5 - 2022-12-22 ### Changed - Adjust export compile target. - Re-export GenerateKeyPairOptions ## 1.0.3 - 2022-12-20 ### Added - Export `SerializedKeyPair` interface. ## 1.0.2 - 2022-12-19 ### Changed - Fix constructor signature. - Fix type declarations in dist/. ## 1.0.0 - 2022-12-19 ### Added - Initial commit. Extracted the `LDKeyPair` class from [`crypto-ld v7.0`](https://github.com/digitalbazaar/crypto-ld), converted it to Typescript, and renamed to `KeyPair`. - For previous changes, see the `crypto-ld` CHANGELOG