A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

prf/prf.h

Committer:
andrewboyson
Date:
2019-09-11
Revision:
9:f354b4859b0b

File content as of revision 9:f354b4859b0b:

extern void PrfHmacSha256(uint8_t* secret, int      secretLength,
                          uint8_t* seed,   int      seedLength,
                          int number,      uint8_t* output); //output needs to hold number * 32 bytes


extern void PrfHmacSha256Test(void);