ltc_hash_descriptor.process

Process a block of data @param hash The hash state @param in The data to hash @param inlen The length of the data (octets) @return CRYPT_OK if successful

struct ltc_hash_descriptor
int function(hash_state* hash, const ubyte* _in, c_ulong inlen) nothrow process;

Meta