ltc_cipher_descriptor.ecb_encrypt

Encrypt a block @param pt The plaintext @param ct out The ciphertext @param skey The scheduled key @return CRYPT_OK if successful

struct ltc_cipher_descriptor
int function(const ubyte* pt, ubyte* ct, symmetric_key* skey) nothrow ecb_encrypt;

Meta