summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_stream/salsa20/ref/salsa20_ref.h
blob: 9976cc7f3a429ef359ad1240ae77d32080a718c7 (plain)
1
2
3
4
5
6
7
8

#include <stdint.h>

#include "../stream_salsa20.h"
#include "crypto_stream_salsa20.h"

extern struct crypto_stream_salsa20_implementation
    crypto_stream_salsa20_ref_implementation;