Commit Graph

11 Commits

Author SHA1 Message Date
Steve Davis
e96022ac4f Merge pull request #4 from schemeway/master
TOTP period is 30 seconds
2015-08-08 17:03:14 -05:00
Dominique Boucher
a534d26c64 Put period in token 2015-06-02 21:39:29 -04:00
Dominique Boucher
3a041ad6d4 TOTP period is 30 seconds
Google Authenticator uses a period of 30 seconds instead of 60.
2015-06-02 21:28:15 -04:00
Steven Charles Davis
44137312bc Fix module name in app file
Changed reedsolomon to qrcode_reedsoloman in app file to correct
dependency.
Bumped version
2015-04-25 16:34:03 -05:00
Steven Charles Davis
596656536a Issue #2 - correct resolution to RFC3339 date encoding
Reverts provisional commit and applies the correct fixes to gf256 math
module. This resolves incorrect ECC generation for a large number of
cases where the most significant polynomial in a remainder resolves to
0 at any point during the generation of intermediate remainder values.
2014-01-20 11:45:31 -06:00
Steven Charles Davis
0408ab8857 Issue #2 - provisional resolution to RFC3339 date encoding
Fixes an issue where a GF(256) remainder used for reed-solomon error
correction bytes is a codeword short on return from division. This may
not be the final resolution to the wider issue.
2014-01-17 20:50:04 -06:00
Steven Charles Davis
b272cb7c5a Issue #1 - resolves error on encoding 14 character binary
Resolves other length issues, caused by generation of double the number
of codewords than expected when a qr version reaches its data capacity
2014-01-17 12:00:02 -06:00
komone
dbde75a3ae Remove extraneous "TODO" comment on rule 2 2011-04-11 01:16:19 -05:00
komone
13aa9d63fd Remove unused hex encode (was typoed in any case) 2011-04-11 01:01:08 -05:00
komone
7b8b8f975b Tidy up markdown readme 2011-04-10 23:14:59 -05:00
komone
3939fb66e7 Commit of qrcode encoder and supporting modules.
Includes demo module with basic png and crypto
for a full-cyle demo with a mobile phone.
2011-04-10 23:08:14 -05:00