Skip to content

Releases: sec51/twofactor

1.0.1

11 Sep 11:29

Choose a tag to compare

  • Removed vendor folder
  • Switched to Glide deps management
  • Pinned Cryptoengine library and convert to the fixed version for Golang 1.11

First release

24 Apr 20:33

Choose a tag to compare

Addressed issue #1 - Byte order was the problem

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