Skip to content

EncryptResponse

Purpose

An EncryptResponse contains the data encrypted by an encryption engine in response to an EncryptRequest.

Type

Record with fields:

  • ciphertext: []byte

Encrypted ciphertext

  • error: Maybe<string>

Error in encryption, if applicable