Envelope
Encapsulates ciphertext.
Class Methods
Instance Methods
Class Properties
There are no class properties.
Instance Properties
name | type | description |
---|---|---|
ciphertext | The ciphertext output from | |
nonce | nonce used to encrypt the plaintext |
Description
Envelope
contains the products of encryption: the ciphertext
and nonce
. Produced by encrypt
and consumed by decrypt
.