Method Nettle.BlockCipher16()->KW.State()->crypt()
- Method crypt
string(8bit)
crypt(string(8bit)
data
)- Description
Encrypt/decrypt
data
and return the result.data
must be an integral number of blocks. It must also be at least two blocks long.Neither the input or output data is not automatically memory scrubbed, unless String.secure has been called on the data.