| File doc/godi-cryptokit/html/Cryptokit.Block.cipher_padded_encrypt.html | GODI Package godi-cryptokit |
| Cryptokit.Block.cipher_padded_encrypt.html | Sources |
class cipher_padded_encrypt :LikeCryptokit.Padding.scheme -> block_cipher ->Cryptokit.transform
Cryptokit.Block.cipher, but performs padding on the input data
as specified by the first argument. The input block size of
the returned transform is 1; the output block size is the
block size of the block cipher.