Skip to content

Commit

Permalink
Addressed issue #1 - Byte order was the problem
Browse files Browse the repository at this point in the history
The counter needs to be represented in bigendian format.
Unfortunately with commit #00045cb I made the unfortunate choice to swap the endiannes from big-endian to little-endian.
This broke the functionality for certain counters.

- [x] Added Go vendoring
- [x] Bumped version of golang in travis yml file
- [x] Removed conversion files and instead used import of convert sec51 external library
  • Loading branch information
silenteh committed Apr 24, 2016
1 parent eada29e commit 72a4727
Show file tree
Hide file tree
Showing 91 changed files with 134 additions and 3,182 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.5.3
- 1.6.2

install:
- go get "github.com/sec51/qrcode"
Expand Down
27 changes: 17 additions & 10 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

Loading

0 comments on commit 72a4727

Please sign in to comment.