pqc/crypto_sign/sphincs-sha256-128f-robust/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
104 B
C

#ifndef SPX_PRIMITIVE_H
#define SPX_PRIMITIVE_H
#include "sha2.h"
#define hash_state sha256ctx
#endif