UNPKG

@veramo/did-comm

Version:

Veramo messaging plugin implementing DIDComm v2.

3 lines 415 B
import { AuthEncryptParams, ContentEncrypter, ECDH, Encrypter, KekCreator, KeyWrapper } from 'did-jwt'; export declare function createFullEncrypter(recipientPublicKey: Uint8Array, senderSecret: Uint8Array | ECDH | undefined, options: Partial<AuthEncryptParams> | undefined, kekCreator: KekCreator, keyWrapper: KeyWrapper, contentEncrypter: ContentEncrypter): Encrypter; //# sourceMappingURL=createEncrypter.d.ts.map