mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
1f761a1cb0
* add toolchain option for cross compile
9 lines
220 B
C
9 lines
220 B
C
|
|
#include <stdint.h>
|
|
|
|
#include "../stream_salsa20.h"
|
|
#include <sodium/crypto_stream_salsa20.h>
|
|
#if __SSE2__
|
|
extern struct crypto_stream_salsa20_implementation
|
|
crypto_stream_salsa20_xmm6int_sse2_implementation;
|
|
#endif |