Ethan Frey
|
2d4544d6ce
|
Tests compile
|
7 years ago |
Ethan Frey
|
4173d1031e
|
go build compiles
|
7 years ago |
Ethan Frey
|
9ef978c5ec
|
Fix errors except for es missing
|
7 years ago |
Ethan Frey
|
946c9c573e
|
Handle generating keys
|
7 years ago |
Ethan Frey
|
ac841a6124
|
Fixed imports
|
7 years ago |
Jae Kwon
|
a2583e2783
|
Draft of suggested changes
|
7 years ago |
Ethan Buchman
|
377d3c7e11
|
fix from revert
|
7 years ago |
Ethan Buchman
|
6405618220
|
Revert "Upgrade keys to use bcrypt with salts (#38)"
This reverts commit 8e7f0e7701 .
|
7 years ago |
Ethan Buchman
|
87badb090f
|
Revert "Parameterize and lower bcrypt cost"
This reverts commit dfc4cdd2d7 .
|
7 years ago |
Ethan Buchman
|
57346134a5
|
keys: transactions.go -> types.go
|
7 years ago |
Ethan Frey
|
dfc4cdd2d7
|
Parameterize and lower bcrypt cost
|
7 years ago |
Ethan Frey
|
0219ba2a63
|
Fix bug introduced by metalinting...
|
7 years ago |
Ethan Frey
|
69a7b389b8
|
Removed keys/server as it is now in cosmos-sdk
|
7 years ago |
Ethan Frey
|
6f6bbf718e
|
Fix metalinter complaints
|
7 years ago |
Ethan Frey
|
4a2c63f5e1
|
Update ledger names to specify ed25519
|
7 years ago |
Ethan Frey
|
9601e48ab4
|
Improve error message
|
7 years ago |
Ethan Frey
|
1b8d52bb82
|
Rename NameLedger to NameLedgerEd25519
|
7 years ago |
Ethan Frey
|
ae078ee915
|
Generate/recover can return error, not panic on ledger
|
7 years ago |
Ethan Frey
|
085d72d212
|
Cleanup nano calls, cannot run parallel test on one hardware device
|
7 years ago |
Ethan Frey
|
91fccb8b14
|
Add test for cryptostore working with ledger
|
7 years ago |
Ethan Frey
|
88475230c4
|
Re-enabled crypostore example usage
|
7 years ago |
Ethan Frey
|
34b9309f24
|
Re-enable signing tests with cryptostore
|
7 years ago |
Ethan Frey
|
8c98c4fdf4
|
Add nano ledger to key manager
|
7 years ago |
Zach Ramsay
|
47d3fa4741
|
linting: a few fixes
|
7 years ago |
Adrian Brink
|
8e7f0e7701
|
Upgrade keys to use bcrypt with salts (#38)
This commit adds salts to the library using bcrypt.
|
7 years ago |
Ethan Buchman
|
1775be1cd9
|
remove some assertXxx funcs
|
7 years ago |
Zach Ramsay
|
87cb57c3e5
|
linting: fixup some stuffs
|
7 years ago |
Zach Ramsay
|
7921fb0c05
|
linter: last fixes & add to circle
|
7 years ago |
Zach Ramsay
|
fe66a683bc
|
linter: add metalinter to Makefile & apply some fixes
|
7 years ago |
Ethan Frey
|
50e7c07817
|
Use longer checksum again
|
7 years ago |
Ethan Frey
|
e283f580b7
|
Test importing raw private key
|
7 years ago |
Ethan Frey
|
54260853d5
|
encoder accepts empty string as unencoded bytes
|
7 years ago |
Ethan Frey
|
050b965708
|
Code cleanup ala Emmanuel
|
7 years ago |
Ethan Frey
|
10222adaf1
|
Remove deprecated code. Now in basecoin/weave
|
7 years ago |
Ethan Frey
|
c20e83565c
|
Recovery also works with secp256 keys
|
7 years ago |
Ethan Frey
|
4ff889a236
|
Use 16 random bytes for seed and key, crc16 by default
|
7 years ago |
Ethan Frey
|
65da3cf340
|
Add crc16 support
|
7 years ago |
Ethan Frey
|
d665c9ef10
|
Code cleanup from review comments
|
8 years ago |
Ethan Frey
|
53e19e3dfa
|
Add codec to keys.Manager, recovery test passes
|
8 years ago |
Ethan Frey
|
7108dedc21
|
Fix broken key manager tests
|
8 years ago |
Ethan Frey
|
15609e1219
|
Updated Manager interface to return seed on create, fix server tests
|
8 years ago |
Ethan Frey
|
56200e167a
|
Use go-bindata to embed wordlist in a binary
|
8 years ago |
Ethan Frey
|
878c8b3a87
|
Removed obsolete file
|
8 years ago |
Ethan Frey
|
1e15c8f75b
|
Extend wordcodec benchmarks
|
8 years ago |
Ethan Frey
|
daab270ff7
|
First obvious speedup
|
8 years ago |
Ethan Frey
|
1e978ba838
|
Import multiple language wordbanks, test them
|
8 years ago |
Ethan Frey
|
2c0d52f4b5
|
Add typo detector test, fix panics
|
8 years ago |
Ethan Frey
|
65c880e753
|
Test validation of word banks upon load
|
8 years ago |
Ethan Frey
|
ad029d1293
|
Integrate ecc into word-byte codec
|
8 years ago |
Ethan Frey
|
0b0e994cd1
|
Add crc64, constructors
|
8 years ago |