UNPKG

did-jwt

Version:

Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients

7 lines 379 B
import type { SignerAlgorithm } from './JWT.js'; export declare function ES256SignerAlg(): SignerAlgorithm; export declare function ES256KSignerAlg(recoverable?: boolean): SignerAlgorithm; export declare function Ed25519SignerAlg(): SignerAlgorithm; declare function SignerAlg(alg: string): SignerAlgorithm; export default SignerAlg; //# sourceMappingURL=SignerAlgorithm.d.ts.map