aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/message_test.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-159/+0
| | | | | | | whisper: project restructured, version 5 introduced This commits adds a draft version of the new shh v5 protocol. The new version is not on by default, --shh still selects version 2.
* all: fix go vet warningsFelix Lange2016-04-151-2/+2
|
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-4/+5
| | | | thanks to Felix Lange (fjl) for help with design & impl
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* whisper, xeth/whisper: surface TTL and hash to the APIPéter Szilágyi2015-04-281-0/+4
|
* whisper: shorten constants to TTL and PoWPéter Szilágyi2015-04-141-4/+4
|
* whisper: separate out magic number from the codePéter Szilágyi2015-04-131-8/+8
|
* whisper: polish the Envelope a bit, prep for tests.Péter Szilágyi2015-04-101-4/+4
|
* whisper: polish the messages, fix some bugs, testsPéter Szilágyi2015-04-101-23/+111
| | | | | | Bugs fixed: - Use randomly generated flags as the spec required. - During envelope opening check the first bit only for signature.
* whisper: rename test file according to Go stylePéter Szilágyi2015-04-101-0/+50