Google

Class Cryptokit.Block.cipher_padded_encrypt


class cipher_padded_encrypt : Cryptokit.Padding.scheme ->
block_cipher -> Cryptokit.transform
Like 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.