forked from wolfSSL/wolfssl
pulled up a line.
This commit is contained in:
@ -3822,8 +3822,7 @@ static WC_INLINE void DecodeSigAlg(const byte* input, byte* hashAlgo, byte* hsTy
|
|||||||
/* Hash performed as part of sign/verify operation. */
|
/* Hash performed as part of sign/verify operation. */
|
||||||
*hashAlgo = sha512_mac;
|
*hashAlgo = sha512_mac;
|
||||||
}
|
}
|
||||||
else
|
else if (input[1] == FALCON_LEVEL5_SA_MINOR) {
|
||||||
if (input[1] == FALCON_LEVEL5_SA_MINOR) {
|
|
||||||
*hsType = falcon_level5_sa_algo;
|
*hsType = falcon_level5_sa_algo;
|
||||||
/* Hash performed as part of sign/verify operation. */
|
/* Hash performed as part of sign/verify operation. */
|
||||||
*hashAlgo = sha512_mac;
|
*hashAlgo = sha512_mac;
|
||||||
|
@ -50,6 +50,8 @@
|
|||||||
#include "wolfcrypt/benchmark/benchmark.h"
|
#include "wolfcrypt/benchmark/benchmark.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define BENCH_EMBEDDED
|
||||||
|
|
||||||
/* printf mappings */
|
/* printf mappings */
|
||||||
#ifdef FREESCALE_MQX
|
#ifdef FREESCALE_MQX
|
||||||
#include <mqx.h>
|
#include <mqx.h>
|
||||||
|
Reference in New Issue
Block a user