pqc/crypto_sign/sphincs-shake256-128f-simple/clean/hash_state.h
Thom Wiggers 74efb10807
Incorporate feedback
* Names passed around (mostly constant) value more clearly
* Put ``const`` where applicable (almost everywhere)
* Renamed ``primitive.h``
* Fixed some nits
2019-07-17 08:37:38 +02:00

8 lines
81 B
C

#ifndef SPX_PRIMITIVE_H
#define SPX_PRIMITIVE_H
#define hash_state int
#endif