From e910f6a9e1753a5750aaadc0195db35ad6f2d80c Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 15 Jan 2016 19:14:34 -0800 Subject: [PATCH] add README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..d82e7f310 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# lightning-onion + +An in-progress Go implementation of [Sphinx](http://www.cypherpunks.ca/~iang/pubs/Sphinx_Oakland09.pdf) and [Hornet](http://www.scion-architecture.net/pdf/2015-HORNET.pdf), two onion routing schemes which serve as the basis for onion-routed HTLC payments within the Lightning Network. For further details, [see this post to to the lightning-dev mailing list](http://lists.linuxfoundation.org/pipermail/lightning-dev/2015-December/000384.html).