chacha20_dolbeau-ssse3.h 200 B

12345678
  1. #include <stdint.h>
  2. #include "../stream_chacha20.h"
  3. #include "crypto_stream_chacha20.h"
  4. extern struct crypto_stream_chacha20_implementation
  5. crypto_stream_chacha20_dolbeau_ssse3_implementation;