Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::HashWrite

void HashWrite(HashObj* pHash , const void* p , uint32_t size);

Add data to the hash processor referenced by the handle

Parameters

  • pHash : handle to the hash processor
  • p : pointer to the memory buffer to hash
  • size : size of the memory buffer

Return value

  • none

Notes

  • none

Example

Clone this wiki locally