Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
443 B

  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