mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
9 lines
197 B
C
9 lines
197 B
C
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include "../stream_chacha20.h"
|
||
|
#include <sodium/crypto_stream_chacha20.h>
|
||
|
|
||
|
extern struct crypto_stream_chacha20_implementation
|
||
|
crypto_stream_chacha20_ref_implementation;
|