encryptingSourceWithIv

Returns a RawSource that encrypts data as it is read from the given plaintext source using the specified iv without associated data.

Use encryptingSinkWithIv to wrap a sink instead.


Returns a RawSource that encrypts data as it is read from the given plaintext source using the specified iv with optional associatedData.

Use encryptingSinkWithIv to wrap a sink instead.