mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-26 09:21:28 +00:00
Fixed tabs in Makefile, removed gcc-specific alignment of poly
This commit is contained in:
parent
3203f115e5
commit
bf17b28d9d
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t coeffs[N];
|
uint32_t coeffs[N];
|
||||||
} poly __attribute__((aligned(32)));
|
} poly;
|
||||||
|
|
||||||
void PQCLEAN_DILITHIUMIII_poly_reduce(poly *a);
|
void PQCLEAN_DILITHIUMIII_poly_reduce(poly *a);
|
||||||
void PQCLEAN_DILITHIUMIII_poly_csubq(poly *a);
|
void PQCLEAN_DILITHIUMIII_poly_csubq(poly *a);
|
||||||
|
Loading…
Reference in New Issue
Block a user