twofactor/vendor/golang.org/x/crypto/curve25519
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
..
const_amd64.s Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
cswap_amd64.s Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
curve25519.go Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
doc.go Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
freeze_amd64.s Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
ladderstep_amd64.s Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
mont25519_amd64.go Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
mul_amd64.s Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00
square_amd64.s Addressed issue #1 - Byte order was the problem 2016-04-24 22:24:31 +02:00