|
Contiki 3.x
|
Header file for the cc2538 SHA-256 driver. More...
Go to the source code of this file.
Functions | |
SHA-256 functions | |
| uint8_t | sha256_init (sha256_state_t *state) |
| Initializes the hash state. More... | |
| uint8_t | sha256_process (sha256_state_t *state, const void *data, uint32_t len) |
| Processes a block of memory through the hash. More... | |
| uint8_t | sha256_done (sha256_state_t *state, void *hash) |
| Terminates hash session to get the digest. More... | |
Header file for the cc2538 SHA-256 driver.
Definition in file sha256.h.
1.8.6