From: Sergey Matveev Date: Sat, 9 May 2015 20:44:36 +0000 (+0300) Subject: [DOC] Add missing separate curve25519 library notice X-Git-Tag: 3.2^2~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=ccb80395c232bcc9b75b6a316d82030f399508de [DOC] Add missing separate curve25519 library notice Signed-off-by: Sergey Matveev --- diff --git a/doc/installation.texi b/doc/installation.texi index 9261674..d725aa9 100644 --- a/doc/installation.texi +++ b/doc/installation.texi @@ -11,6 +11,7 @@ using @emph{Make}): @multitable @columnfractions .40 .20 .40 @headitem Library @tab Platform @tab Licence +@item @code{golang.org/x/crypto/curve25519} @tab All @tab BSD 3-Clause @item @code{golang.org/x/crypto/poly1305} @tab All @tab BSD 3-Clause @item @code{golang.org/x/crypto/salsa20} @tab All @tab BSD 3-Clause @item @code{golang.org/x/crypto/xtea} @tab All @tab BSD 3-Clause diff --git a/doc/sources.texi b/doc/sources.texi index acecea7..60ec446 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -14,6 +14,7 @@ repositories will be unavailable (they are seldom updated): @multitable @columnfractions .50 .50 @headitem Software/library @tab Mirror @item @code{govpn} @tab @url{git://git.cypherpunks.ru/govpn.git} +@item @code{golang.org/x/crypto/curve25519} @tab @url{git://git.cypherpunks.ru/crypto.git} @item @code{golang.org/x/crypto/poly1305} @tab @url{git://git.cypherpunks.ru/crypto.git} @item @code{golang.org/x/crypto/salsa20} @tab @url{git://git.cypherpunks.ru/crypto.git} @item @code{golang.org/x/crypto/xtea} @tab @url{git://git.cypherpunks.ru/crypto.git}