class cbc_decrypt :Add Cipher Block Chaining (CBC) to the given block cipher in decryption mode. This works like?iv:string -> block_cipher ->
block_cipher
Cryptokit.Block.cbc_encrypt
,
except that input blocks are first decrypted by the block
cipher before being xor-ed with the previous input block.