]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/verifierstruct.texi
[DOC] Various fixes
[govpn.git] / doc / verifierstruct.texi
index b508b483536d4b9e4aebef987362d126b42abe5d..65a4e086c14d7fbf8e5fd896fc4145c05845e077 100644 (file)
@@ -10,7 +10,7 @@ SOURCE = PBKDF2(SALT=PeerId, PASSWORD, 1<<16, SHA512)
 PUB, PRIV = Ed25519.Generate(SOURCE)
 @end verbatim
 
-Verifier is public key of Ed25519 generated from the PBKDF2 of the
-passphrase in hexadecimal encoding. @code{PeerId} is used as a 128-bit
-salt. Server stores and knows only verifier. Client can compute the
-whole keypair every time he makes handshake.
+Verifier is @code{PUB} public key of Ed25519 generated from the PBKDF2
+of the passphrase in hexadecimal encoding. @code{PeerId} is used as a
+128-bit salt. Server stores and knows only verifier. Client can compute
+the whole keypair every time he makes handshake.