Google

Class Cryptokit.Block.cipher_padded_decrypt


class cipher_padded_decrypt : Cryptokit.Padding.scheme ->
block_cipher -> Cryptokit.transform
Like Cryptokit.Block.cipher, but removes padding on the output data as specified by the first argument. The output block size of the returned transform is 1; the input block size is the block size of the block cipher.