X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=doc%2Fdeveloper.texi;h=15e87800a314b44604730747b9a0610ab91c8f02;hp=b12d5e15d8e860cb2d05f5895378f282e2ca948b;hb=0bf04621961589bc735dc8bd8a075d7db24c4178;hpb=ff0a6c5cc7b34dd19cab9e4532e69dbf92ac9b0d diff --git a/doc/developer.texi b/doc/developer.texi index b12d5e1..15e8780 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -5,7 +5,7 @@ Pay attention how to get @ref{Sources, development source code}. @table @asis @item Data encryption - @url{http://cr.yp.to/snuffle.html, Salsa20}. + @url{https://cr.yp.to/chacha.html, ChaCha20}. @item Message authentication @url{https://cr.yp.to/mac.html, Poly1305}. @item Nonce and identity obfuscation @@ -25,7 +25,7 @@ Pay attention how to get @ref{Sources, development source code}. @url{http://theory.lcs.mit.edu/~cis/pubs/rivest/fusion.ps, All-Or-Nothing-Transformed} (based on @url{http://cseweb.ucsd.edu/~mihir/papers/oaep.html, OAEP} using - Salsa20 with BLAKE2b-256 based + ChaCha20 with BLAKE2b-256 based @url{http://crypto.stanford.edu/~dabo/abstracts/saep.html, SAEP+} checksums) data with 128-bits of feeded random. @item Packet overhead