otpcli/base32.h

3 lines
106 B
C
Raw Permalink Normal View History

2021-02-12 03:42:38 +01:00
int b32_decoded_len(const char *, size_t);
int b32_decode(unsigned char *, size_t, const char *, size_t);