mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
8 lines
87 B
C
8 lines
87 B
C
|
#ifndef SPX_PRIMITIVE_H
|
||
|
#define SPX_PRIMITIVE_H
|
||
|
|
||
|
|
||
|
#define hash_state const int
|
||
|
|
||
|
#endif
|