This commit is contained in:
Jay D Dee
2023-10-06 22:18:09 -04:00
parent bc5a5c6df8
commit 31c4dedf59
144 changed files with 5931 additions and 3746 deletions

View File

@@ -4,6 +4,9 @@
#include "nist.h"
#include "vector.h"
#if defined(__SSE2__)
#define PRINT_SOME 0
int SupportedLength(int hashbitlen) {
@@ -938,3 +941,5 @@ void fft128_natural(fft_t *x, unsigned char *a) {
x[2*i+1] = y[i+64];
}
}
#endif // SSE2