New base32 implementation (#984)

* Add new base32 encode/decode implementation
* Remove old base32 implementation
* Updates licensing info
This commit is contained in:
Adolfo E. García
2017-09-24 16:00:12 -06:00
committed by Jonathan White
parent 5a18b8de77
commit 522e132200
14 changed files with 551 additions and 339 deletions

View File

@@ -30,7 +30,6 @@ class TestTotp : public QObject
private slots:
void initTestCase();
void testParseSecret();
void testBase32();
void testTotpCode();
};