aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/main.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* whisper: shorten constants to TTL and PoWPéter Szilágyi2015-04-141-2/+2
* whisper: polish the Envelope a bit, prep for tests.Péter Szilágyi2015-04-101-1/+1
* whisper: polish the messages, fix some bugs, testsPéter Szilágyi2015-04-101-2/+2
* whisper: make the test app runnable & do something insidePéter Szilágyi2015-04-101-12/+65
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
* Added whisper debug interface + whisper fixesobscuren2014-12-161-12/+2
* Implemented watching using filter packageobscuren2014-12-131-2/+3
* Updated whisper messages to new crypto api + added testsobscuren2014-12-101-1/+1
* First draft of Whisper messages relayingobscuren2014-12-081-0/+46