Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

hashx4.h 443 B

12345678910111213141516
  1. #ifndef PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_HASHX4_H
  2. #define PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_HASHX4_H
  3. #include <stdint.h>
  4. #include "hash_state.h"
  5. void PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_prf_addrx4(unsigned char *out0,
  6. unsigned char *out1,
  7. unsigned char *out2,
  8. unsigned char *out3,
  9. const unsigned char *key,
  10. const uint32_t addrx4[4 * 8],
  11. const hash_state *state_seeded);
  12. #endif