xref: /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h (revision f447f37a0a0b7f2a0e879f17bef92d4992e27500)
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_xmm6_implementation;
9