go-ethereum/whisper/whisperv6
Felix Lange 0255951587 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)
ToECDSAPub was unsafe because it returned a non-nil key with nil X, Y in
case of invalid input. This change replaces ToECDSAPub with
UnmarshalPubkey across the codebase.
2018-06-12 15:26:08 +02:00
..
api.go crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 2018-06-12 15:26:08 +02:00
api_test.go whisper: fix issue in topic list copy (#16381) 2018-03-27 17:26:08 +02:00
benchmarks_test.go
config.go
doc.go whisper: topics replaced by bloom filters 2018-03-01 16:04:09 +01:00
envelope.go whisper: final refactoring (#16259) 2018-03-06 23:37:43 +01:00
envelope_test.go
filter.go whisper/whisperv6: delete unused function (#16234) 2018-03-03 00:54:15 +01:00
filter_test.go whisper: style fixes 2018-02-28 15:05:35 +01:00
gen_criteria_json.go
gen_message_json.go
gen_newmessage_json.go
message.go ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374) 2018-03-26 13:46:18 +03:00
message_test.go
peer.go whisper: topics replaced by bloom filters 2018-03-01 16:04:09 +01:00
peer_test.go whisper: topics replaced by bloom filters 2018-03-01 16:04:09 +01:00
topic.go
topic_test.go
whisper.go whisper: topics replaced by bloom filters 2018-03-01 16:04:09 +01:00
whisper_test.go whisper: topics replaced by bloom filters 2018-03-01 16:04:09 +01:00