From: Sergey Matveev Date: Sat, 2 May 2015 09:36:51 +0000 (+0300) Subject: [DOC] XTEA used as PRP X-Git-Tag: 3.0^2~3 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=efa00a0058c990dc8d2f702d2199673c3280b391;p=govpn.git [DOC] XTEA used as PRP Signed-off-by: Sergey Matveev --- diff --git a/doc/overview.texi b/doc/overview.texi index c1b2299..4616af7 100644 --- a/doc/overview.texi +++ b/doc/overview.texi @@ -11,7 +11,7 @@ for that daemon. State off art cryptography technologies include: @url{http://cr.yp.to/snuffle.html, Salsa20} stream encryption, -@url{http://143.53.36.235:8080/tea.htm, XTEA} block encryption, +@url{http://143.53.36.235:8080/tea.htm, XTEA} PRP, @url{http://cr.yp.to/mac.html, Poly1305} message authentication, @url{https://en.wikipedia.org/wiki/Encrypted_key_exchange, Diffie-Hellman Encrypted Key Exchange} (DH-EKE) powered by @url{http://cr.yp.to/ecdh.html, Curve25519}.