Contiki-NG
Functions

Implementation of the cc2538 ECC Algorithms. More...

#include "contiki.h"
#include "sys/process.h"
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include "dev/ecc-algorithm.h"
#include "dev/ecc-driver.h"
#include "dev/pka.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

Implementation of the cc2538 ECC Algorithms.

Definition in file ecc-algorithm.c.