Remove useless prototypes

This commit is contained in:
Frank Denis 2017-02-26 23:51:58 +01:00
parent 3db624d335
commit 7d29c0fbd7

View File

@ -6,11 +6,3 @@
extern struct crypto_stream_salsa20_implementation
crypto_stream_salsa20_ref_implementation;
int crypto_stream_salsa20_ref(unsigned char *c, unsigned long long clen,
const unsigned char *n, const unsigned char *k);
int crypto_stream_salsa20_ref_xor_ic(unsigned char *c, const unsigned char *m,
unsigned long long mlen,
const unsigned char *n, uint64_t ic,
const unsigned char *k);