ltc_cipher_descriptor.accel_cbc_encrypt

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

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

Meta