summaryrefslogtreecommitdiff
path: root/kasi-totp.el
AgeCommit message (Expand)AuthorFilesLines
2026-06-06fix totp with secrets that need paddingHEADv1.2masterVineet Kumar1-9/+15
2026-05-23reindent filesVineet Kumar1-2/+2
2026-05-22fix unused mod warning in totpVineet Kumar1-1/+1
2026-05-22get ready for making a packageVineet Kumar1-0/+26
2026-05-22add zero-padding to base32 decoding for odd-length totp secretsVineet Kumar1-9/+9
2026-05-22import hmac code from sean mcafee to remove gnutls dependencyVineet Kumar1-2/+33
2026-05-22slightly simplify totp codeVineet Kumar1-10/+5
2026-05-22import totp and base32 code from mastering emacsVineet Kumar1-0/+64