otpcli/base32.h

3 lines
106 B
C

int b32_decoded_len(const char *, size_t);
int b32_decode(unsigned char *, size_t, const char *, size_t);