|
Class Cryptokit.Block.cipher_padded_decryptclass cipher_padded_decrypt :
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. |