class cfb_decrypt : ?iv:string -> int -> block_cipher -> block_cipher
?iv:string -> int -> block_cipher ->
block_cipher
Add Cipher Feedback Block (CFB) to the given block cipher in decryption mode. See Cryptokit.Block.cfb_encrypt.
Cryptokit.Block.cfb_encrypt