Skip to content
Unverified Commit edf3a165 authored by Harold Bruintjes's avatar Harold Bruintjes
Browse files

Add in-place cipher update method

Add the cipher_update_inplace method to CipherCtxRef that permits
encryption and decryption to happen in-place when the cipher is a stream
cipher. This avoid the need to allocate a second buffer if the original
data does not have to be maintained.
parent 05ce5bc2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment