Christopher Goes
|
2bbad9d496
|
Merge pull request #85 from tendermint/cwgoes/ledger-integration
Ledger integration
|
7 years ago |
Christopher Goes
|
80e9752250
|
Move TODOs to #114
|
7 years ago |
Christopher Goes
|
63aac65590
|
Remove Ledger ed25519 support, for now
|
7 years ago |
Ethan Buchman
|
eadc7b137b
|
Merge branch 'master' into develop
|
7 years ago |
Ethan Buchman
|
9706935233
|
fix link in readme
|
7 years ago |
Ethan Buchman
|
434759e17b
|
Merge pull request #94 from Liamsi/const_time
Use constant-time comparator to compare signatures
|
7 years ago |
Ethan Buchman
|
20fdec6c0e
|
fix comment
|
7 years ago |
Ethan Buchman
|
aa3212180f
|
Merge pull request #80 from alessio/keymanager
Add import/export of public keys #79
|
7 years ago |
Ethan Buchman
|
f9d094dc1a
|
Merge pull request #97 from Liamsi/prng_seed
safer PRNG seeding
|
7 years ago |
Ethan Buchman
|
251041ce09
|
Merge pull request #105 from tendermint/bucky/merkle
Bring in merkle and tmhash from tmlibs
|
7 years ago |
Ethan Buchman
|
52bd867fd9
|
merkle: use amino for byteslice encoding
|
7 years ago |
Liamsi
|
862d3c342a
|
commit doc.go
|
7 years ago |
Ethan Buchman
|
9f04935caa
|
merkle: remove unused funcs. unexport simplemap. improv docs
|
7 years ago |
Christopher Goes
|
bb81e4aa5f
|
Pin to an upstream revision
|
7 years ago |
Christopher Goes
|
c689f38cb5
|
Implement PubKeyLedgerEd25519
|
7 years ago |
Christopher Goes
|
ee411daa17
|
Add ed25519, tests will fail until ed25519 verification fix
|
7 years ago |
Christopher Goes
|
3186dc4cef
|
Clarify function names
|
7 years ago |
Christopher Goes
|
e534559bdc
|
Update upstream Ledger code
|
7 years ago |
vrde
|
707d27c11e
|
Fix dead link in README.md (#106)
* Fix dead link in README.md
|
7 years ago |
Ethan Buchman
|
f0b1f6e8ac
|
Merge pull request #98 from zmanian/xChaChaPoly1035
Implementation of xchacha20poly1035 aead
|
7 years ago |
Zaki Manian
|
05a5294e52
|
Remove panic and check the round trip
|
7 years ago |
Zaki Manian
|
384f1e399a
|
Fixed the directory name and added a test vector
|
7 years ago |
Ethan Buchman
|
c2636c3c6b
|
tmhash: add Sum function
|
7 years ago |
Ethan Buchman
|
4663ffdf08
|
add tmhash
|
7 years ago |
Ethan Buchman
|
134fdf7169
|
bring in merkle from tmlibs
|
7 years ago |
Zaki Manian
|
f9b0820752
|
Merge branch 'develop' into xChaChaPoly1035
|
7 years ago |
Zaki Manian
|
8423f6ef5a
|
Add the libsodium test vector
|
7 years ago |
Ethan Buchman
|
3399ca9369
|
Merge pull request #101 from Liamsi/go-bindata
Get rid of go-bindata in Makefile
|
7 years ago |
Ismail Khoffi
|
a8910a30e6
|
Merge branch 'develop' into go-bindata
|
7 years ago |
Ethan Buchman
|
906331a8d1
|
Merge pull request #100 from Liamsi/nano_wallet
Remove outdated non-building code in _nano
|
7 years ago |
Liamsi
|
3fe985e289
|
fix makefile
|
7 years ago |
Liamsi
|
9136140719
|
get rid of go-bindata dependency in Makefile; hardcode its output instead
|
7 years ago |
Liamsi
|
aa2b6b546f
|
Remove outdated non-building code in _nano
|
7 years ago |
Christopher Goes
|
e6d0ade0e1
|
Update to latest upstream, debugging information
|
7 years ago |
Christopher Goes
|
337ad8e594
|
Update to new Ledger API in progress
|
7 years ago |
Christopher Goes
|
49e03fb481
|
Update dependency versions
|
7 years ago |
Christopher Goes
|
86b09b0cd7
|
Bugfix
|
7 years ago |
Christopher Goes
|
391936b734
|
Prevent unnecessary signatures, improve error messages
|
7 years ago |
Christopher Goes
|
e25a64fdf1
|
Fix testcases, all looks OK
|
7 years ago |
Christopher Goes
|
065c3943b1
|
Fix no-Ledger testcase
|
7 years ago |
Christopher Goes
|
1c9ff46e98
|
Ledger integration, WIP
|
7 years ago |
Zaki Manian
|
1c8dffaa28
|
Initial implementation of xchacha20poly1035 aead
|
7 years ago |
Jae Kwon
|
43570388a9
|
Update README.md
|
7 years ago |
Jae Kwon
|
35cf21c6eb
|
Update README.md
|
7 years ago |
Liamsi
|
3477dd7a90
|
safer PRNG seeding: hash concatenation of fresh seedBytes with current seedBytes
|
7 years ago |
Liamsi
|
94ce56d243
|
Use constant-time comparator (sublte.ConstantTimeCompare) to compare
signatures
prevents potential signature forgery
resolves #91
|
7 years ago |
Ethan Buchman
|
aefb6c58b6
|
Merge pull request #87 from tendermint/bucky/fix-ed-gen
fix ed25519 Generate
|
7 years ago |
Ethan Buchman
|
ad837a8183
|
fix ed25519 Generate
|
7 years ago |
Ethan Buchman
|
915416979b
|
update for latest amino. bump version
|
7 years ago |
Alessio Treglia
|
105847b7dd
|
Fix comments
|
7 years ago |