ltc_cipher_descriptor.accel_lrw_decrypt

Accelerated LRW @param ct Ciphertext @param pt Plaintext @param blocks The number of complete blocks to process @param IV The initial value (input/output) @param tweak The LRW tweak @param skey The scheduled key context @return CRYPT_OK if successful

struct ltc_cipher_descriptor
int function(const ubyte* ct, ubyte* pt, c_ulong blocks, ubyte* IV, const ubyte* tweak, symmetric_key* skey) nothrow accel_lrw_decrypt;

Meta