UNPKG

anon-identity

Version:

Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure

6 lines 611 B
export { JsonLdProcessor, defaultJsonLdProcessor, JsonLdProcessorOptions } from './jsonld-processor'; export { ContextLoader, defaultContextLoader, ContextLoaderOptions, ContextDocument } from './context-loader'; export { SignatureSuite, SignatureSuiteRegistry, SignatureSuiteOptions, SigningOptions, VerificationOptions, SelectiveDisclosureOptions, KeyType } from './signature-suites/signature-suite'; export { Ed25519Signature2020Suite } from './signature-suites/ed25519-signature-2020'; export { BbsBlsSignature2020Suite } from './signature-suites/bbs-bls-signature-2020'; //# sourceMappingURL=index.d.ts.map