Encryptor
Functions
Link copied to clipboard
Encrypts the given plaintext and returns the resulting ciphertext as a ByteString.
Link copied to clipboard
Encrypts the given plaintext and returns the resulting ciphertext as a ByteString.
Link copied to clipboard
Returns a RawSink that encrypts data as it is written, sending the resulting ciphertext to ciphertext. Write plaintext to the returned sink, and ciphertext will be forwarded to ciphertext.
Link copied to clipboard