esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
ndnph::mbedtls Namespace Reference

Wrappers of Mbed TLS crypto library. More...

Classes

class  Sha256
 SHA256 hash function. More...
 
class  Hmac
 HMAC algorithm. More...
 
class  Mpi
 Multi-Precision Integer. More...
 
class  EcPoint
 EC point. More...
 
class  EcCurvePoint
 EC point associated with a curve. More...
 
class  P256
 EC curve P256. More...
 
class  AesGcm
 AES-GCM secret key. More...
 

Functions

int rng (void *, uint8_t *output, size_t count)
 Random number generator for various Mbed TLS library functions. More...
 

Detailed Description

Wrappers of Mbed TLS crypto library.

Function Documentation

◆ rng()

int ndnph::mbedtls::rng ( void *  ,
uint8_t *  output,
size_t  count 
)
inline

Random number generator for various Mbed TLS library functions.