lokinet/crypto/salsa20/ref/salsa20_ref.h
2018-10-23 07:29:37 -04:00

9 lines
193 B
C

#include <stdint.h>
#include "../stream_salsa20.h"
#include <sodium/crypto_stream_salsa20.h>
extern struct crypto_stream_salsa20_implementation
crypto_stream_salsa20_ref_implementation;