Implementation of common functionality for SHA-224/256 hashing functions.
More...
Implementation of common functionality for SHA-224/256 hashing functions.
|
file | sha2xx_common.h |
| Common definitions for the SHA-224/256 hash functions.
|
|
◆ sha2xx_final()
SHA-2XX finalization.
Pads the input data, exports the hash value, and clears the context state.
- Parameters
-
ctx | sha2xx_context_t handle to use |
digest | resulting digest, this is the hash of all the bytes |
dig_len | Length of digest |
◆ sha2xx_pad()
SHA-2XX initialization.
Begins a SHA-2XX operation.
- Parameters
-
◆ sha2xx_update()
Add bytes into the hash.
- Parameters
-