From e8556f4052c4f398dc06c74d533032c915b826fe Mon Sep 17 00:00:00 2001 From: "Constantin P." <papizh.konstantin@demlabs.net> Date: Mon, 14 Oct 2024 20:10:40 +0700 Subject: [PATCH] ... --- crypto/src/dap_enc_sphincsplus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/src/dap_enc_sphincsplus.c b/crypto/src/dap_enc_sphincsplus.c index 04171b2f1..2c6a1d031 100644 --- a/crypto/src/dap_enc_sphincsplus.c +++ b/crypto/src/dap_enc_sphincsplus.c @@ -1,7 +1,8 @@ #include "dap_enc_sphincsplus.h" -#include "sphincsplus/randombytes.h" +//#include "sphincsplus/randombytes.h" #include "api.h" #include "dap_hash.h" +#include "dap_rand.h" #include "fips202.h" #define LOG_TAG "dap_enc_sig_sphincsplus" -- GitLab