aboutsummaryrefslogtreecommitdiffstats
path: root/whisper
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-16 05:50:38 +0800
committerobscuren <geffobscura@gmail.com>2014-12-16 05:50:38 +0800
commit93edae280d60d217084430a0c6c16f648c82732e (patch)
tree5955c1aa405f5cdb77a8634b2f7dd77baf236585 /whisper
parentbb17591959b530c72d76b554002574a9d5ecb424 (diff)
downloaddexon-93edae280d60d217084430a0c6c16f648c82732e.tar
dexon-93edae280d60d217084430a0c6c16f648c82732e.tar.gz
dexon-93edae280d60d217084430a0c6c16f648c82732e.tar.bz2
dexon-93edae280d60d217084430a0c6c16f648c82732e.tar.lz
dexon-93edae280d60d217084430a0c6c16f648c82732e.tar.xz
dexon-93edae280d60d217084430a0c6c16f648c82732e.tar.zst
dexon-93edae280d60d217084430a0c6c16f648c82732e.zip
doc desc
Diffstat (limited to 'whisper')
-rw-r--r--whisper/doc.go16
1 files changed, 16 insertions, 0 deletions
diff --git a/whisper/doc.go b/whisper/doc.go
new file mode 100644
index 000000000..986df8fb9
--- /dev/null
+++ b/whisper/doc.go
@@ -0,0 +1,16 @@
+/*
+Package whisper implements the Whisper PoC-1.
+
+(https://github.com/ethereum/wiki/wiki/Whisper-PoC-1-Protocol-Spec)
+
+Whisper combines aspects of both DHTs and datagram messaging systems (e.g. UDP).
+As such it may be likened and compared to both, not dissimilar to the
+matter/energy duality (apologies to physicists for the blatant abuse of a
+fundamental and beautiful natural principle).
+
+Whisper is a pure identity-based messaging system. Whisper provides a low-level
+(non-application-specific) but easily-accessible API without being based upon
+or prejudiced by the low-level hardware attributes and characteristics,
+particularly the notion of singular endpoints.
+*/
+package whisper