You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
509 B

  1. #ifndef PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_HASHX8_H
  2. #define PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_HASHX8_H
  3. #include <stdint.h>
  4. #include "params.h"
  5. void PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_prf_addrx8(unsigned char *out0,
  6. unsigned char *out1,
  7. unsigned char *out2,
  8. unsigned char *out3,
  9. unsigned char *out4,
  10. unsigned char *out5,
  11. unsigned char *out6,
  12. unsigned char *out7,
  13. const unsigned char *key,
  14. const uint32_t addrx8[8 * 8]);
  15. #endif