1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_sign/sphincs-sha256-256s-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