Loading...
Searching...
No Matches
23#ifndef WOLFSSL_NRF51_PORT_H
24#define WOLFSSL_NRF51_PORT_H
33int nrf51_random_generate(
byte* output, word32 sz);
35int nrf51_aes_set_key(
const byte* key);
36int nrf51_aes_encrypt(
const byte* in,
const byte* key, word32 rounds,
byte* out);
38double current_time(
int reset);