Method __builtin.Nettle.Cipher()->encrypt()


Method encrypt

string encrypt(string(8bit) key, string(8bit) data)

Description

Works as a shortcut for obj->set_encrypt_key(key)->crypt(data)