Interface CipherSuiteSealResponse

The response of the single-shot seal API.

interface CipherSuiteSealResponse {
    ct: ArrayBuffer;
    enc: ArrayBuffer;
}

Properties

Properties

ct: ArrayBuffer

The ciphertext as bytes.

enc: ArrayBuffer

The encapsulated key.