mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
9 lines
194 B
C
9 lines
194 B
C
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include "../stream_salsa20.h"
|
||
|
#include <sodium/crypto_stream_salsa20.h>
|
||
|
|
||
|
extern struct crypto_stream_salsa20_implementation
|
||
|
crypto_stream_salsa20_xmm6_implementation;
|