Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 126 Bytes

otp.h

File metadata and controls

9 lines (5 loc) · 126 Bytes
 
Jun 18, 2017
Jun 18, 2017
1
2
3
4
5
6
7
8
#ifndef _OTP_H_
#define _OTP_H_
int totp(const char *base32_secret, char *dst, int dstlen);
#endif
/* end of otp.h ... */