Commit Graph

286 Commits

Author SHA1 Message Date
Ethan Buchman 434759e17b
Merge pull request #94 from Liamsi/const_time
Use constant-time comparator to compare signatures
2018-05-30 18:27:05 -04:00
Ethan Buchman 20fdec6c0e fix comment 2018-05-30 18:34:11 -04:00
Ethan Buchman aa3212180f
Merge pull request #80 from alessio/keymanager
Add import/export of public keys #79
2018-05-30 18:24:53 -04:00
Ethan Buchman f9d094dc1a
Merge pull request #97 from Liamsi/prng_seed
safer PRNG seeding
2018-05-30 18:17:58 -04:00
Ethan Buchman 251041ce09
Merge pull request #105 from tendermint/bucky/merkle
Bring in merkle and tmhash from tmlibs
2018-05-30 18:08:25 -04:00
Ethan Buchman 52bd867fd9 merkle: use amino for byteslice encoding 2018-05-30 17:50:17 -04:00
Liamsi 862d3c342a commit doc.go 2018-05-30 17:44:20 -04:00
Ethan Buchman 9f04935caa merkle: remove unused funcs. unexport simplemap. improv docs 2018-05-30 17:44:02 -04:00
vrde 707d27c11e Fix dead link in README.md (#106)
* Fix dead link in README.md
2018-05-24 16:57:37 +02:00
Ethan Buchman f0b1f6e8ac
Merge pull request #98 from zmanian/xChaChaPoly1035
Implementation of xchacha20poly1035 aead
2018-05-23 18:42:17 -04:00
Zaki Manian 05a5294e52 Remove panic and check the round trip 2018-05-24 00:12:54 +02:00
Zaki Manian 384f1e399a Fixed the directory name and added a test vector 2018-05-23 23:54:26 +02:00
Ethan Buchman c2636c3c6b tmhash: add Sum function 2018-05-22 13:04:42 -04:00
Ethan Buchman 4663ffdf08 add tmhash 2018-05-22 12:49:44 -04:00
Ethan Buchman 134fdf7169 bring in merkle from tmlibs 2018-05-22 12:43:44 -04:00
Zaki Manian f9b0820752
Merge branch 'develop' into xChaChaPoly1035 2018-05-22 05:47:05 -07:00
Zaki Manian 8423f6ef5a Add the libsodium test vector 2018-05-21 20:45:36 -07:00
Ethan Buchman 3399ca9369
Merge pull request #101 from Liamsi/go-bindata
Get rid of go-bindata in Makefile
2018-05-20 21:52:21 -04:00
Ismail Khoffi a8910a30e6
Merge branch 'develop' into go-bindata 2018-05-20 23:34:19 +02:00
Ethan Buchman 906331a8d1
Merge pull request #100 from Liamsi/nano_wallet
Remove outdated non-building code in _nano
2018-05-16 11:20:57 -04:00
Liamsi 3fe985e289 fix makefile 2018-05-15 12:23:33 +01:00
Liamsi 9136140719 get rid of go-bindata dependency in Makefile; hardcode its output instead 2018-05-15 12:07:05 +01:00
Liamsi aa2b6b546f Remove outdated non-building code in _nano 2018-05-15 11:39:48 +01:00
Zaki Manian 1c8dffaa28 Initial implementation of xchacha20poly1035 aead 2018-05-13 11:06:20 -04:00
Jae Kwon 35cf21c6eb
Update README.md 2018-05-09 13:48:21 -07:00
Liamsi 3477dd7a90 safer PRNG seeding: hash concatenation of fresh seedBytes with current seedBytes 2018-05-09 15:04:51 +01:00
Liamsi 94ce56d243 Use constant-time comparator (sublte.ConstantTimeCompare) to compare
signatures

prevents potential signature forgery

resolves #91
2018-05-09 11:48:46 +01:00
Ethan Buchman aefb6c58b6
Merge pull request #87 from tendermint/bucky/fix-ed-gen
fix ed25519 Generate
2018-05-07 10:52:46 -04:00
Ethan Buchman ad837a8183 fix ed25519 Generate 2018-05-05 19:17:21 -04:00
Ethan Buchman 915416979b update for latest amino. bump version 2018-04-09 16:21:58 +03:00
Alessio Treglia 105847b7dd
Fix comments 2018-04-05 08:13:13 +01:00
Alessio Treglia 9c02c8ce93
Add import/export of public keys #79 2018-04-04 23:29:00 +01:00
Jae Kwon 7fb3f704b3 Update README with examples; Add signature test 2018-03-26 10:59:10 +02:00
Jae Kwon 5d5f580f49 Update changelog for v0.6.1 2018-03-26 10:44:04 +02:00
Jae Kwon 0d4436dea7 Use MarshalBinaryBare; Fix encode_test; Bump version 2018-03-26 10:41:04 +02:00
Jae Kwon a04f2ae5c6 tmlibs 0.8.0-dev; canonical concrete names 2018-03-25 07:15:24 +02:00
Jae Kwon f010462639 Make concrete registered name be tendermint/* 2018-03-18 23:45:46 +01:00
Jae Kwon a3800da0a1 Update Gopkg.lock to use go-amino 2018-03-16 07:01:02 -07:00
Jae Kwon 7dee27c851
Merge pull request #76 from tendermint/update-go-amino
wire -> amino
2018-03-16 06:48:32 -07:00
Anton Kaliaev 73407e7cff
add CODEOWNERS file 2018-03-12 12:37:19 +04:00
Anton Kaliaev 47b8a8864b
remove any mention of glide 2018-03-12 12:34:43 +04:00
Anton Kaliaev f499ce8713
update go-amino 2018-03-12 12:29:25 +04:00
Ethan Buchman 69e960da42
Merge pull request #71 from zmanian/dep
Switch to dep from glide for dependency resolution
2018-03-02 11:54:26 -05:00
Ethan Buchman 5e07356264 use previously working new go-wire. not bleeding edge 2018-03-02 11:43:58 -05:00
Ethan Buchman e05ba9511a Merge branch 'master' into develop 2018-03-02 11:42:06 -05:00
Ethan Buchman c3e19f3ea2
Merge pull request #73 from tendermint/develop-pre-wire
Develop pre wire
2018-03-02 10:40:13 -05:00
Ethan Buchman 3a92931657 changelog, version, glide 2018-03-02 10:40:36 -05:00
Ethan Buchman 6c6d01b51c Keybase refactor
Same as 788cc0a792 but without the new go-wire
2018-03-02 03:08:48 -05:00
Zaki Manian 3570c2eb9e Fix test in makefile 2018-02-25 09:41:32 -08:00
Zaki Manian b6d029050b Switch to dep from glide for dependency resolution 2018-02-25 08:48:53 -08:00