Add base32 decoder

This commit is contained in:
Lucas 2021-02-12 02:42:38 +00:00
parent 3e8b900464
commit 15bcd35557
3 changed files with 104 additions and 1 deletions

View file

@ -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}