salsa20_xmm6.h 187 B

12345678
  1. #include <stdint.h>
  2. #include "../stream_salsa20.h"
  3. #include "crypto_stream_salsa20.h"
  4. extern struct crypto_stream_salsa20_implementation
  5. crypto_stream_salsa20_xmm6_implementation;