#ifndef TOTP_BASE32_H #define TOTP_BASE32_H #include #include #include bool b32toa(uint8_t *restrict, const char *restrict, size_t); #endif /* !TOTP_BASE32_H */