Contiki-NG

Header file for the cc2538 SHA-256 driver. More...

#include "contiki.h"
#include "dev/crypto.h"
#include <stdint.h>

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...
 

Detailed Description

Header file for the cc2538 SHA-256 driver.

Definition in file sha256.h.