]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/identity.texi
Fix docstring splitted lines
[govpn.git] / doc / identity.texi
index cb3061f4b0abc11accfed9a1f6e0195990a8ab59..3a37790cab5f9b132a69ef345058089d60d322f3 100644 (file)
@@ -1,13 +1,7 @@
 @node Identity
-@section Identity
+@subsection Identity
 
 Client's identity is 128-bit string. It is not secret, so can be
 transmitted and stored in the clear. However handshake applies PRP on it
-to make DPI and deanonymization much harder to success.
-
-@example
-% ./utils/newclient.sh doesnotmatter
-Place verifier to peers/6d4ac605ce8dc37c2f0bf21cb542a713/verifier
-@end example
-
-"6d4ac605ce8dc37c2f0bf21cb542a713" is client's identity.
+to make DPI and deanonymization much harder to success. It is used as a
+salt in @ref{Verifier}.