fw: Use BLAKE2s functions from tkey-libs

Instead of using the firmware's own copy of BLAKE2s functions, use the
functions from tkey-libs.
This commit is contained in:
Michael Cardell Widerkrantz 2025-04-08 12:07:16 +02:00 committed by Mikael Ågren
parent f87a70b87a
commit dd641118b8
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
8 changed files with 7 additions and 527 deletions

View file

@ -4,6 +4,7 @@
#include <tkey/lib.h>
#include <stdbool.h>
#include <stdint.h>
#include <tkey/io.h>
#include "mgmt_app.h"