aboutsummaryrefslogtreecommitdiff
path: root/onion_base32.h
blob: ae2894395d0a75816c21358bc3449ee47e99f2a8 (plain)
1
2
3
4
5
6
int check_base32(char *);
void onion_base32(char [16], unsigned char (*));

#ifdef SSSE3_ONION_BASE32
void onion_base32_avx(char [16], unsigned char (*));
#endif