Skip to content
Snippets Groups Projects
Commit 143287f3 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Compile fixed

parent f0ad7c5f
No related branches found
No related tags found
3 merge requests!251Master,!250Master,!243Compile fixed
Pipeline #6093 passed with stage
in 12 seconds
......@@ -17,7 +17,8 @@ include (src/newhope/newhope.pri)
DEFINES += KeccakP1600timesN_excluded
HEADERS += $$PWD/include/dap_enc.h \
HEADERS += $$PWD/src/XKCP/lib/common/config.h \
$$PWD/include/dap_enc.h \
$$PWD/include/dap_enc_base64.h \
$$PWD/include/dap_enc_iaes.h \
$$PWD/include/dap_enc_oaes.h \
......@@ -78,4 +79,4 @@ SOURCES += $$PWD/src/dap_enc.c \
$$PWD/src/XKCP/lib/high/Keccak/SP800-185/SP800-185.inc
INCLUDEPATH += $$PWD/include $$PWD/../ $$PWD/src $$PWD/src/XKCP/lib/high/Keccak/FIPS202 $$PWD/src/XKCP/lib/high/Keccak/SP800-185 $$PWD/src/XKCP/lib/high/common
INCLUDEPATH += $$PWD/include $$PWD/../ $$PWD/src $$PWD/src/XKCP/lib/high/Keccak/FIPS202 $$PWD/src/XKCP/lib/high/Keccak/SP800-185 $$PWD/src/XKCP/lib/high/common $$PWD/src/XKCP/lib/common
......@@ -22,6 +22,10 @@ http://creativecommons.org/publicdomain/zero/1.0/
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
/** Implementation of the SHAKE128 extendable output function (XOF) [FIPS 202].
* @param output Pointer to the output buffer.
* @param outputByteLen The desired number of output bytes.
......@@ -76,4 +80,8 @@ int SHA3_512(unsigned char *output, const unsigned char *input, size_t inputByte
#error This requires an implementation of Keccak-p[1600]
#endif
#ifdef __cplusplus
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment