UNPKG

did-jwt

Version:

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

5 lines 374 B
import type { Decrypter, Encrypter, EncryptionResult } from './types.js'; export declare function xc20pEncrypter(key: Uint8Array): (cleartext: Uint8Array, aad?: Uint8Array) => EncryptionResult; export declare function xc20pDirEncrypter(key: Uint8Array): Encrypter; export declare function xc20pDirDecrypter(key: Uint8Array): Decrypter; //# sourceMappingURL=xc20pDir.d.ts.map