(cbc_decrypt_internal): New function, doing the real CBC
procesing and requiring that src != dst. (cbc_decrypt): Use cbc_decrypt_internal. If src == dst, use a buffer of limited size to copy the ciphertext. Rev: src/nettle/cbc.c:1.5
Loading
Please register or sign in to comment