ltc_cipher_descriptor.setup

Setup the cipher @param key The input symmetric key @param keylen The length of the input key (octets) @param num_rounds The requested number of rounds (0==default) @param skey out The destination of the scheduled key @return CRYPT_OK if successful

struct ltc_cipher_descriptor
int function(const ubyte* key, int keylen, int num_rounds, symmetric_key* skey) nothrow setup;

Meta