|
Class Cryptokit.Block.cipher_padded_encryptclass cipher_padded_encrypt :
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. |