Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Ethan Buchman
d55243f0e6
fix import paths
6 years ago
Dev Ojha
41733b46b9
crypto: Abstract pubkey / signature size when known to constants ( #1808 )
* crypto: Abstract pubkey / signature size when known to constants
* Created PubKeyEd25519Size as 32
* Created PubkeySecp256k1Size as 33
* Created SignatureEd25519Size as 64
* Remove extraneous message from changelog
6 years ago
Liamsi
c96b27136f
remove go-crypto from go-crypto:
use tendermint/crypto :-)
6 years ago
Ethan Frey
9016390a6e
Moved crypto code to top level again
8 years ago
Ethan Frey
17ed6d178d
move go-crypto files pre-keys merge
8 years ago
Ethan Buchman
8bb25ec5ed
update paths
8 years ago
Ethan Frey
9e57d521ef
Add type assertions for sig/pub/privkey implemenetations
8 years ago
Jae Kwon
a3324cc97b
Cleanup; Implement .Wrap()
8 years ago
Ethan Frey
eb6fcef8d2
Better docs and naming thanks to bucky
8 years ago
Ethan Frey
5b94758d4c
Make PubKey struct compatible with go-wire.JSONBytes/ReadJSON
8 years ago
Ethan Frey
66ecd7705f
Use new naming scheme PubKey{PubKeyInner}
8 years ago
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
Ethan Buchman
3a1313ab7d
secp256k1: use compressed pubkey, bitcoin-style address
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
1bc1947e3f
First tests of go-data encoding
8 years ago
Ethan Frey
e6d35ee641
Add structs for go-data support
8 years ago
Jae Kwon
7e767e9548
Secp256k1 pubkeys are 64 bytes. Strip btcec prefix byte
9 years ago
Jae Kwon
d57d5ff3c9
PrivKey.Equals
9 years ago
Jae Kwon
8b34fd2e51
Add secp256k1 support
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
264d2a3eef
Add seed-able cryptographic random.
9 years ago
Jae Kwon
372191dd5f
KeyString() in PubKey; Fix tests
9 years ago
Jae Kwon
32b3a27a9a
Conform to new go-wire 1.0
9 years ago
Jae Kwon
31a456c8d4
update package name
9 years ago
Jae Kwon
fcdea621bf
first commit
9 years ago