From e98a9905f05436394aa85c6bb19e1c11c99d876f Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 25 Jul 2021 13:52:25 +0100 Subject: [PATCH] Remove whitepaper link as it is out-of-date Closes #157 --- about.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/about.md b/about.md index 7f26fd8..0847338 100644 --- a/about.md +++ b/about.md @@ -138,9 +138,3 @@ case it will become worthwhile to look at writing better-optimised implementations and/or moving the important parts into other projects (like [cjdns](https://github.com/cjdelisle/cjdns)) -### Where can I find more technical details? - -Take a look at the [Whitepaper](https://github.com/yggdrasil-network/yggdrasil-go/blob/master/doc/Whitepaper.md) -for a technical deep-dive on how Yggdrasil works, including information about -the name-dependent and name-independent routing components, cryptography and the -behaviour of the distributed hash table (DHT).