Class Cryptokit.Block.cfb_decrypt

class cfb_decrypt : ?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.