Skip to content

Commit 29b1436

Browse files
authored
Merge pull request #3 from PQCMayo/liboqs-update
Update MAYO-C
2 parents ac703f6 + a654a42 commit 29b1436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

m4fasm/arithmetic_m4f.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define MAYO_MAX(x, y) (((x) > (y)) ? (x) : (y))
99
#define MAYO_MIN(x, y) (((x) < (y)) ? (x) : (y))
1010

11-
11+
volatile unsigned char unsigned_char_blocker = 0;
1212
// EF
1313
void ef_bitslice_asm(uint32_t *a_bs, unsigned char *a);
1414
void ef_unbitslice_asm(unsigned char *a, uint32_t *a_bs);

0 commit comments

Comments
 (0)