classicfm-discord-bot/node_modules/sodium/deps/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h
2024-05-09 14:45:10 -04:00

9 lines
186 B
C

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