otpcli/base32.h
2021-02-12 03:03:30 +00:00

3 lines
106 B
C

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