You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
240 B

4 years ago
#define u64 uint64_t
int speck_ctr (unsigned char *out, const unsigned char *in,
unsigned long long inlen,
const unsigned char *n,
u64 rk[]);
int speck_expand_key (const unsigned char *k, u64 rk[]);