cryb-to/include
Dag-Erling Smørgrav 4d76b664d2 Merge counter and lastused.
To prevent replay attacks, HOTP uses a counter, while TOTP keeps track of the time the key was last used.  Since these values have the same type and are never used at the same time, merge them into an anonymous union.
2018-11-15 18:35:01 +01:00
..
cryb Merge counter and lastused. 2018-11-15 18:35:01 +01:00
.gitignore Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
Makefile.am