8 lines
104 B
C
8 lines
104 B
C
|
#ifndef SPX_PRIMITIVE_H
|
||
|
#define SPX_PRIMITIVE_H
|
||
|
|
||
|
#include "sha2.h"
|
||
|
#define hash_state sha256ctx
|
||
|
|
||
|
#endif
|