#ifndef PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_HASHX4_H #define PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_HASHX4_H #include #include "hash_state.h" void PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_prf_addrx4(unsigned char *out0, unsigned char *out1, unsigned char *out2, unsigned char *out3, const unsigned char *key, const uint32_t addrx4[4 * 8], const hash_state *state_seeded); #endif