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:
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…
Reference in New Issue
Block a user