============================================================================
|
| int_fast16_t | SHA256SWHashData (SHA256SW_Handle handle, SHA2SW_HashType hashType, const void *data, size_t length, uint32_t digest[8]) |
| | Performs a complete hash operation, producing a final digest for the data. More...
|
| |
| int_fast16_t | SHA256SWStart (SHA256SW_Handle handle, SHA2SW_HashType hashType) |
| | Initialize a SHA256SW_Handle, preparing for hashing data. More...
|
| |
| int_fast16_t | SHA256SWAddData (SHA256SW_Handle handle, const void *data, size_t length) |
| | Add data to a SHA256/224 operation. More...
|
| |
| int_fast16_t | SHA256SWFinalize (SHA256SW_Handle handle, uint32_t digest[8]) |
| | Finalize a SHA256/224 operation, creating the final digest. More...
|
| |