Sha256: 8487861f11727e71bdd5c8e100a803fc1e7ab991048e3c8b435921c45d78282d
Contents?: true
Size: 458 Bytes
Versions: 7
Compression:
Stored size: 458 Bytes
Contents
#include "crypto_stream_chacha20.h" int crypto_stream_chacha20_ref(unsigned char *c, unsigned long long clen, const unsigned char *n, const unsigned char *k); int crypto_stream_chacha20_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);
Version data entries
7 entries across 7 versions & 1 rubygems