34 Commits (368c236c75db9b80ed55fc3275125e6ef159de17)

Author SHA1 Message Date
  Christopher Goes 8e273220a3 Remove error from priv.PubKey() (#131) 6 years ago
  Christopher Goes c21f67c5af Unify local and external keys in keybase interface (#117) 6 years ago
  Ethan Buchman ad837a8183 fix ed25519 Generate 6 years ago
  Jae Kwon 0d4436dea7 Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
  Jae Kwon 12142af1cb Remove reliance on global wire.Marshal 6 years ago
  Jae Kwon 788cc0a792 Use new go-wire; PubKey etc are interfaces; Keybase refactor 6 years ago
  Ethan Buchman eaf4b8c795 fix Equals 7 years ago
  Emmanuel Odeke 3df2ca128d
make PrivateKey + Signature comparisons use constant time comparisons 7 years ago
  Ethan Frey bce88a20df Enable privkey validity checking on load 7 years ago
  Ethan Frey db5cb8d92c Change codegen name holder->wrapper 7 years ago
  Ethan Frey 746a2e286d Codegen wrappers for privkey and signature as well 7 years ago
  Ethan Frey 9016390a6e Moved crypto code to top level again 7 years ago
  Ethan Frey 17ed6d178d move go-crypto files pre-keys merge 7 years ago
  Ethan Buchman 8bb25ec5ed update paths 7 years ago
  Ethan Frey 9e57d521ef Add type assertions for sig/pub/privkey implemenetations 7 years ago
  Jae Kwon a3324cc97b Cleanup; Implement .Wrap() 7 years ago
  Ethan Frey eb6fcef8d2 Better docs and naming thanks to bucky 7 years ago
  Ethan Frey 5b94758d4c Make PubKey struct compatible with go-wire.JSONBytes/ReadJSON 7 years ago
  Ethan Frey 66ecd7705f Use new naming scheme PubKey{PubKeyInner} 7 years ago
  Ethan Frey 750b25c47a Update go-data, test embedding strategies 7 years ago
  Ethan Frey 49569ac244 Wrap constructor to create xxxS structs and avoid recursion 7 years ago
  Ethan Buchman 3a1313ab7d secp256k1: use compressed pubkey, bitcoin-style address 7 years ago
  Ethan Frey 0e92dd5bb5 One name, type byte per algorithm 7 years ago
  Ethan Frey 8c9b889ccf Support json encode/decode for nil values in S structs 7 years ago
  Ethan Frey b6a2c5949f Add helper methods for nil checks in structs 7 years ago
  Ethan Frey e6d35ee641 Add structs for go-data support 7 years ago
  Jae Kwon 7e767e9548 Secp256k1 pubkeys are 64 bytes. Strip btcec prefix byte 8 years ago
  Jae Kwon d57d5ff3c9 PrivKey.Equals 8 years ago
  Jae Kwon 8b34fd2e51 Add secp256k1 support 8 years ago
  Jae Kwon 9a95e7b7a5 Added Bytes() and *FromBytes() 8 years ago
  Jae Kwon 76ba23e4c0 Fix bug in GenPrivKeyEd25519FromSecret 8 years ago
  Jae Kwon 31a456c8d4 update package name 9 years ago
  Jae Kwon fcdea621bf first commit 9 years ago