Add base32 decoder
This commit is contained in:
parent
3e8b900464
commit
15bcd35557
3 changed files with 104 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@
|
|||
P = otpcli
|
||||
V = 0.0
|
||||
|
||||
HDR = err.h strtonum.h otp.h
|
||||
HDR = base32.h err.h strtonum.h otp.h
|
||||
OBJ = cli.o ${HDR:.h=.o}
|
||||
SRC = ${OBJ:.o=.c}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue