encryptingSink
Returns a RawSink that encrypts data as it is written, sending the resulting ciphertext to ciphertext, without associated data.
Use encryptingSource to wrap a source instead.
Returns a RawSink that encrypts data as it is written, sending the resulting ciphertext to ciphertext, with optional associatedData.
Use encryptingSource to wrap a source instead.