mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
74efb10807
* Names passed around (mostly constant) value more clearly * Put ``const`` where applicable (almost everywhere) * Renamed ``primitive.h`` * Fixed some nits
8 lines
81 B
C
8 lines
81 B
C
#ifndef SPX_PRIMITIVE_H
|
|
#define SPX_PRIMITIVE_H
|
|
|
|
|
|
#define hash_state int
|
|
|
|
#endif
|