Files
go-ethereum/p2p
zelig 364b783281 changes that fix it all:
- set proper public key serialisation length in pubLen = 64
- reset all sizes and offsets
- rename from DER to S (we are not using DER encoding)
- add remoteInitRandomPubKey as return value to respondToHandshake
- add ImportPublicKey with error return to read both EC golang.elliptic style 65 byte encoding and 64 byte one
- add ExportPublicKey falling back to go-ethereum/crypto.FromECDSAPub() chopping off the first byte
- add Import - Export tests
- all tests pass
2015-02-06 00:00:35 +01:00
..
2015-02-06 00:00:35 +01:00
2015-02-06 00:00:35 +01:00
2015-01-04 14:20:16 +01:00
2015-02-06 00:00:34 +01:00
2015-01-05 17:10:42 +01:00
2015-01-22 00:35:00 +01:00