ltc_cipher_descriptor.accel_ecb_decrypt

Accelerated ECB decryption @param pt Plaintext @param ct Ciphertext @param blocks The number of complete blocks to process @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, symmetric_key* skey) nothrow accel_ecb_decrypt;

Meta