Skip to content

Commit

Permalink
Merge pull request #7676 from SparkiDev/dilithium_opt_1
Browse files Browse the repository at this point in the history
Dilithium: C code optimized
  • Loading branch information
dgarske authored Jun 24, 2024
2 parents 0900e00 + a094831 commit be68ba4
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 73 deletions.
4 changes: 2 additions & 2 deletions tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -27554,12 +27554,12 @@ static int test_wc_dilithium(void)
!defined(WOLFSSL_DILITHIUM_NO_SIGN)
WC_RNG rng;
#endif
#ifndef WOLFSSL_DILITHIUM_NO_SIGN
byte* privKey = NULL;
#ifndef WOLFSSL_DILITHIUM_NO_SIGN
word32 privKeyLen = DILITHIUM_MAX_KEY_SIZE;
#endif
#ifndef WOLFSSL_DILITHIUM_NO_VERIFY
byte* pubKey = NULL;
#ifndef WOLFSSL_DILITHIUM_NO_VERIFY
word32 pubKeyLen = DILITHIUM_MAX_PUB_KEY_SIZE;
#endif

Expand Down
Loading

0 comments on commit be68ba4

Please sign in to comment.