Michael Bruderer
74b901cc7f
Code cosmetics
2017-10-04 10:30:56 +02:00
Michael Bruderer
188e8a0d20
Added mix.exs
2017-09-30 13:40:46 +02:00
Francois Ribemont
d6777dd2ec
Removed warnings
2016-03-28 23:46:09 +01:00
Francois Ribemont
cac7de7fca
Updated elixir documentation
2016-02-25 00:58:50 +00:00
Francois Ribemont
87d47b9ce5
New makefile try
2016-02-24 23:47:26 +00:00
Francois Ribemont
2d7f0e8fbb
Added some documentation on how to use the erlang qrcode library
2016-02-24 23:04:16 +00:00
Francois Ribemont
b0110e5963
Added Makefile
2016-02-24 21:21:42 +00:00
Steven Charles Davis
1a9929e632
Version bump to 1.0.3
2015-12-24 06:53:07 -06:00
Steven Charles Davis
6eb5d48faf
Resolution to #7
...
Fault in gf256 multiply function.
Atom removed a bunch of trailing spaces, so these are in here too.
2015-12-23 15:06:14 -06:00
Steven Charles Davis
9da3a8d73c
Fix for Issue #8 and Issue #6
...
Resolves incomplete padding on multi-ecc blocks resulting in atoms in
final bitmap
Should cope with all circumstances.
Also exposes encode/2
2015-12-21 17:41:51 -06:00
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