| File doc/godi-cryptokit/html/Cryptokit.Block.cfb_encrypt.html | GODI Package godi-cryptokit |
| Cryptokit.Block.cfb_encrypt.html | Sources |
class cfb_encrypt :Add Cipher Feedback Block (CFB) to the given block cipher in encryption mode. The integer argument?iv:string -> int -> block_cipher ->block_cipher
n is the number of
bytes processed at a time; it must lie between 1 and
the block size of the underlying cipher, included.
The returned block cipher has block size n.