fixup! feat(crypto): Implement TLS PRF with SHA-256.

Andrew Kozlik 10 months ago
parent 879086fd60
commit c24a1461bc

@ -20,6 +20,11 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
/*
* For a specification of TLS-PRF see
* https://datatracker.ietf.org/doc/html/rfc5246#section-5
*/
#include <string.h>
#include "hmac.h"

Loading…
Cancel
Save