ltc_cipher_descriptor.ecb_decrypt

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

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

Meta