Sign in
android
/
platform
/
external
/
liboqs
/
HEAD
/
.
/
src
/
sig
/
sphincs
/
pqclean_sphincs-shake-192f-simple_aarch64
/
f1600x2.h
blob: 70d1af9f14b89a12e8406068eea68f84e9b58195 [
file
] [
log
] [
blame
]
#ifndef
SPX_F1600X2_H
#define
SPX_F1600X2_H
#include
<stdint.h>
extern
uint64_t
f1600_RC
[
24
];
extern
void
_f1600x2
(
uint64_t
*
a
,
uint64_t
*
rc
);
#define
f1600x2
(
s
)
do
{
_f1600x2
((
s
),
f1600_RC
);}
while
(
0
)
#endif