Commit 293624a5 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Revert "Missing newline character between the secret and the challenge"

This reverts commit c8d8d187.
parent c8d8d187
......@@ -382,11 +382,10 @@ The authenticator is calculated by applying the SHA256 function to the
following byte sequence:
* Challenge string
* Newline (0x0a) character
* Newline (0x0a) character.
* Contents of the secret file
* Newline (0x0a) character
* Challenge string
* Newline (0x0a) character
* Newline (0x0a) character.
and dumping the resulting digest in lower-case hex.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment