summaryrefslogtreecommitdiff
path: root/otp2289
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Reformat the code with annotations and new code styleSimeon Simeonov4-182/+286
2021-06-13Update setup.py with explicit Python 3.9 support and update contact info Free...Simeon Simeonov1-1/+1
2020-12-04Raise exceptions from except properlySimeon Simeonov2-5/+5
2020-04-07Add __repr__ for OTPState and OTPGeneratorSimeon Simeonov2-0/+12
2020-04-07Improve README.md and docstrings for SphinxSimeon Simeonov3-30/+27
2020-04-06Add a simple CLI interface with tests and update README.mdSimeon Simeonov2-6/+305
2020-04-03Implement OTPStore container class in the server moduleSimeon Simeonov2-7/+245
2020-03-30Implement OTPState in the server moduleSimeon Simeonov3-24/+271
2020-03-27Add licensing informationSimeon Simeonov3-9/+75
2020-03-26Add support for accepting a challenge string in the generatorSimeon Simeonov3-42/+156
2020-03-25Use the right term seed instead of saltSimeon Simeonov1-10/+10
2020-03-25Initial commit with working generator and corresponding testsSimeon Simeonov2-0/+566