xref: /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1 
2 #include <stdint.h>
3 
4 #include "../stream_salsa20.h"
5 #include "crypto_stream_salsa20.h"
6 
7 extern struct crypto_stream_salsa20_implementation
8     crypto_stream_salsa20_xmm6int_avx2_implementation;
9