diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-03-29 18:53:45 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-04-05 10:46:33 +0300 |
commit | 4ad27a8be9dbefd4820da0f60da879d512b2f659 (patch) | |
tree | bf9f952877e1fe896cad505e0dffec0c56c60219 /crypto | |
parent | 8fa5f4f01c9fb4d4e2af1ebf6537c7b814c9eb2e (diff) | |
download | linux-4ad27a8be9dbefd4820da0f60da879d512b2f659.tar.xz |
crypto: jitter - Replace http with https
The PDF is also available via https.
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/jitterentropy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/jitterentropy.c b/crypto/jitterentropy.c index ee2aa0b7aa9e..d7056de8c0d7 100644 --- a/crypto/jitterentropy.c +++ b/crypto/jitterentropy.c @@ -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://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf + * 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 |