X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fdeveloper.texi;h=f2fe00ec5ba392b87a26ee14c99ddffab48f1606;hb=792a0cf52befeb54c5771394e1caa4c9cb4d1639;hp=4293f800c06d8084790c564e26768c911d4509a4;hpb=4b6010d63d3512094c7cef4a119a8d45cb1a7b18;p=govpn.git diff --git a/doc/developer.texi b/doc/developer.texi index 4293f80..f2fe00e 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -4,12 +4,12 @@ Pay attention how to get @ref{Sources, development source code}. @table @asis -@item Nonce and identity encryption - @url{http://www.cix.co.uk/~klockstone/xtea.pdf, XTEA}. @item Data encryption @url{http://cr.yp.to/snuffle.html, Salsa20}. @item Message authentication @url{http://cr.yp.to/mac.html, Poly1305}. +@item Nonce and identity obfuscation + @url{https://blake2.net/, BLAKE2b-MAC}. @item Password authenticated key agreement DH-A-EKE powered by @url{http://cr.yp.to/ecdh.html, Curve25519} and @url{http://ed25519.cr.yp.to/, Ed25519}. @@ -24,7 +24,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 @url{https://blake2.net/, BLAKE2b-256} based + Salsa20 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