mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
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
|