lokinet/crypto/salsa20/xmm6int/salsa20_xmm6int-sse2.h

9 lines
223 B
C
Raw Normal View History

2018-10-23 11:29:37 +00:00
#include <stdint.h>
#include "../stream_salsa20.h"
#include <sodium/crypto_stream_salsa20.h>
2018-11-06 14:06:09 +00:00
#ifndef ANDROID
2018-10-23 11:29:37 +00:00
extern struct crypto_stream_salsa20_implementation
crypto_stream_salsa20_xmm6int_sse2_implementation;
2018-11-06 14:06:09 +00:00
#endif