class cipher_padded_encrypt :Cryptokit.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.