Type Alias EciesEncryptionInput

EciesEncryptionInput: EciesEncryptionOutput & {
    privateKey: Uint8Array;
}