Contiki-NG
Functions

Header file for the cc2538 ECC Algorithms. More...

#include "dev/bignum-driver.h"
#include "dev/ecc-driver.h"

Go to the source code of this file.

Functions

 PT_THREAD (ecc_compare(ecc_compare_state_t *state))
 Do a compare of two big numbers. More...
 
 PT_THREAD (ecc_multiply(ecc_multiply_state_t *state))
 Do a Multiplication on a EC. More...
 
 PT_THREAD (ecc_dsa_sign(ecc_dsa_sign_state_t *state))
 Sign a Hash. More...
 
 PT_THREAD (ecc_dsa_verify(ecc_dsa_verify_state_t *state))
 Verify Signature. More...
 

Detailed Description

Header file for the cc2538 ECC Algorithms.

Definition in file ecc-algorithm.h.