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.

5 lines 179 B
/*! * Copyright (c) 2022 Digital Credentials Consortium. All rights reserved. */ export { KeyPair, IVerificationResult } from './KeyPair.js'; //# sourceMappingURL=index.d.ts.map