mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-24 17:57:51 -03:00
some stuff
This commit is contained in:
parent
1e9e5b3a63
commit
86216787ba
2 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <sys/param.h>
|
||||
#define DONNA_INLINE inline __attribute__((always_inline))
|
||||
#define DONNA_NOINLINE __attribute__((noinline))
|
||||
#undef ALIGN
|
||||
#define ALIGN(x) __attribute__((aligned(x)))
|
||||
#define ROTL32(a,b) (((a) << (b)) | ((a) >> (32 - b)))
|
||||
#define ROTR32(a,b) (((a) >> (b)) | ((a) << (32 - b)))
|
||||
|
|
1
main.c
1
main.c
|
@ -881,7 +881,6 @@ initseed:
|
|||
|
||||
DOFILTER(i,pk,{
|
||||
if (numwords > 1) {
|
||||
//printf("numwords=%d,filter_len=%d\n",numwords,(int)filter_len(i));
|
||||
shiftpk(wpk,pk,filter_len(i));
|
||||
size_t j;
|
||||
for (int w = 1;;) {
|
||||
|
|
Loading…
Add table
Reference in a new issue