A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

prf/prf.h

Committer:
andrewboyson
Date:
2020-04-01
Revision:
24:cb43290fc439
Parent:
9:f354b4859b0b

File content as of revision 24:cb43290fc439:

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);