Skip to content

Commit

Permalink
Merge pull request #7347 from alakra/erl-dist-protocol-documentation-…
Browse files Browse the repository at this point in the history
…fix-for-gen-digest

Updated docs for the erl dist protocol's description of the gen_digest function
  • Loading branch information
rickard-green authored Aug 14, 2023
2 parents 8c695d1 + 4c74e3d commit 5a7c871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erts/doc/src/erl_dist_protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ io:format("old/unused name ~ts at port ~p, fd = ~p ~n",
<c>gen_challenge()</c> returns a random 32-bit integer used as a
challenge.</p>

<p>A digest is a (16 bytes) MD5 hash of the challenge (as text)
concatenated with the cookie (as text). Below, the function
<p>A digest is a (16 bytes) MD5 hash of the cookie (as text)
concatenated with the challenge (as text). Below, the function
<c>gen_digest(Challenge, Cookie)</c> generates a digest as described
above.</p>

Expand Down

0 comments on commit 5a7c871

Please sign in to comment.