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

Env::HashCreateKeccak

HashObj* HashCreateKeccak(uint32_t nBits);

Allocates the Keccak hash processor

Parameters

  • nBits : the length of the hash in bits

Return value

  • hash processor handle (opaque pointer)
  • null if maximum simultaneous hash objects count is exceeded

Notes

  • none

Example

Clone this wiki locally