![]() |
Contiki-NG
|
Implementation of PKA-accelerated ECDH and ECDSA. More...
#include "lib/ecc.h"#include "lib/csprng.h"#include "dev/pka.h"#include <stdbool.h>#include "sys/log.h"Go to the source code of this file.
Functions | |
| static bool | test_bit (const uint32_t *element, size_t bit) |
| Tells if a bit in a little-endian element is set. | |
Implementation of PKA-accelerated ECDH and ECDSA.
Definition in file cc2538-ecc.c.