A Cipher that does not encrypt data.
This cipher is useful for debugging and sending messages that you would prefer everyone to be able to see (e.g., for auditing purposes).
Readonly
Decrypts the data contained within call
This is useful for creating tools, and also decoding previously-sent transactions that have used the same encryption key.
Decrypts the data contained within a result envelope.
Decrypts the data contained within a hex-encoded serialized envelope.
Encrypts the plaintext and encodes it for sending.
Optional
Encrypts the plaintext and formats it into an envelope.
Generated using TypeDoc
A Cipher that does not encrypt data.
This cipher is useful for debugging and sending messages that you would prefer everyone to be able to see (e.g., for auditing purposes).