1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-01 11:28:20 +00:00

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

This commit is contained in:
Andrew Kozlik 2023-08-11 17:56:20 +02:00
parent 879086fd60
commit c24a1461bc

View File

@ -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"