SHA3UPDATE224, SHA3UPDATE256, SHA3UPDATE384, and SHA3UPDATE512
Use a token initialized by the corresponding SHA3INIT function to perform an intermediate hash of an element in a series of texts.
- t
- A token returned by a previous invocation of SHA3INITx or SHA3UPDATEx.
- p
- A pointer that specifies the address of a buffer to be added to the hash.
- n
- An expression that specifies the length (in bytes) of that buffer. It must have a computational type and will be converted to type size_t.
These functions return a token (of type POINTER) that can be used with further SHA3UPDATE functions and the concluding SHA3FINAL function.
See the description of the SHA3FINAL functions for an example.
