155 Commits (7c5a10a7d49f2e908237644c496e90fa4fd2eb1d)
 

Author SHA1 Message Date
  Ethan Frey 750b25c47a Update go-data, test embedding strategies 8 years ago
  Ethan Frey 49569ac244 Wrap constructor to create xxxS structs and avoid recursion 8 years ago
  Jae Kwon e49fdf7be7 Add HD functions 8 years ago
  Ethan Frey ae55713864 Move tx from light-client and add tests 8 years ago
  Ethan Frey 58e537a42d Refactor setting up the key manager from config 8 years ago
  Ethan Frey 398ac046da Reorganize cobra cmd to enable better reuse 8 years ago
  Ethan Buchman 6fddcdf245 hd test: check masters too 8 years ago
  Ethan Buchman c6be97c71c error testing the hd 8 years ago
  Ethan Buchman ce9c57fca8 hd test 8 years ago
  Ethan Buchman 3a1313ab7d secp256k1: use compressed pubkey, bitcoin-style address 8 years ago
  Ethan Frey 76ace96925 Create nested directories as needed to store keys 8 years ago
  Ethan Frey 07ac3201c2 Merge pull request #4 from tendermint/glide 8 years ago
  Ethan Buchman 3f47cfac5f Merge pull request #4 from tendermint/develop 8 years ago
  Paul W. Homer af7e312088 Added glide dependency handling 8 years ago
  Ethan Frey 0c92c8516f Rename proxy to server for clarity 8 years ago
  Ethan Frey 6389d208cc Key server API integrated in CLI 8 years ago
  Ethan Frey 6ec2330eb8 Import keys server from light-client, with changes 8 years ago
  Ethan Frey e1c717a048 Add support for hex / base64 / btc (b58) encoding of binary data 8 years ago
  Ethan Frey c59e2d7d13 Expose address in keyinfo, add get command 8 years ago
  Ethan Frey d5931c9ee3 Set key algorithm on key creation 8 years ago
  Ethan Frey 9c427e95e2 Add update cli command, cleanup 8 years ago
  Ethan Frey 506ff7d85a Expose new and list via cli 8 years ago
  Ethan Frey 78bb9f9cd8 Import keystore logic from light-client 8 years ago
  Ethan Frey d979bfc49e Add flag validation 8 years ago
  Ethan Frey f80957ad3c Basic cobra/viper cli framework 8 years ago
  Ethan Buchman 562b4cc9ef Merge pull request #3 from tendermint/feature/go-data 8 years ago
  Ethan Frey 0e92dd5bb5 One name, type byte per algorithm 8 years ago
  Ethan Frey 8c9b889ccf Support json encode/decode for nil values in S structs 8 years ago
  Ethan Frey b6a2c5949f Add helper methods for nil checks in structs 8 years ago
  Ethan Frey cbe35e07d1 Add more tests for de/en-coding public and private keys 8 years ago
  Ethan Frey 6c2bf8c24b Clean up test cases -> testify 8 years ago
  Ethan Frey 1bc1947e3f First tests of go-data encoding 8 years ago
  Ethan Frey e6d35ee641 Add structs for go-data support 8 years ago
  Jae Kwon 4b11d62bdb Add Signature.Equals 8 years ago
  Jae Kwon 41cfb7b677 Remove ReadSignature* methods 9 years ago
  Jae Kwon 7e767e9548 Secp256k1 pubkeys are 64 bytes. Strip btcec prefix byte 9 years ago
  Jae Kwon c121163635 ReadSignature* 9 years ago
  Jae Kwon d57d5ff3c9 PrivKey.Equals 9 years ago
  Jae Kwon 8b34fd2e51 Add secp256k1 support 9 years ago
  Jae Kwon 3f0d9b3f29 Signature bytes 9 years ago
  Jae Kwon eddde7f46a Added customized bcrypt 9 years ago
  Jae Kwon 8152c18c35 Revert Address() scheme change 9 years ago
  Jae Kwon 9a95e7b7a5 Added Bytes() and *FromBytes() 9 years ago
  Jae Kwon 185547efc1 Add ascii armor support 9 years ago
  Jae Kwon 181aa56c87 Added symmetric encrypt/decrypt methods 9 years ago
  Jae Kwon f59fe0c8e0 s/Seed/MixEntropy/g 9 years ago
  Jae Kwon 264d2a3eef Add seed-able cryptographic random. 9 years ago
  Jae Kwon 76ba23e4c0 Fix bug in GenPrivKeyEd25519FromSecret 9 years ago
  Jae Kwon 62550f474f Merge branch 'master' of https://github.com/tendermint/go-crypto 9 years ago
  Jae Kwon 372191dd5f KeyString() in PubKey; Fix tests 9 years ago