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