Skip to content

Commit

Permalink
crypto: jitter - Replace http with https
Browse files Browse the repository at this point in the history
The PDF is also available via https.

Signed-off-by: Thorsten Blum <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
toblux authored and herbertx committed Apr 5, 2024
1 parent 8fa5f4f commit 4ad27a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/jitterentropy.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ struct rand_data {
/*
* See the SP 800-90B comment #10b for the corrected cutoff for the SP 800-90B
* APT.
* http:https://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf
* https:https://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf
* In the syntax of R, this is C = 2 + qbinom(1 − 2^(−30), 511, 2^(-1/osr)).
* (The original formula wasn't correct because the first symbol must
* necessarily have been observed, so there is no chance of observing 0 of these
Expand Down

0 comments on commit 4ad27a8

Please sign in to comment.