Commit Graph

5 Commits

Author SHA1 Message Date
Craig Swank
9505c7b0fb update cryptoengine in vendor 2016-11-15 19:43:36 -07:00
silenteh
72a472700b 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
2016-04-24 22:24:31 +02:00
silenteh
9e163709ba Regenerated dependencies with Godep 2016-01-26 14:50:04 +01:00
silenteh
00045cbfc0 Refactored twofactor to support the new crypto engine version
No API changes were made on this commit
2015-11-22 00:27:40 +01:00
silenteh
f4058aa3ac Exposed Totp struct - added checks for proper initialization 2015-08-04 16:50:45 +02:00