aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256/sha256block_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha256/sha256block_amd64.s')
-rw-r--r--src/crypto/sha256/sha256block_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha256/sha256block_amd64.s b/src/crypto/sha256/sha256block_amd64.s
index f533f64260..f6af47c50e 100644
--- a/src/crypto/sha256/sha256block_amd64.s
+++ b/src/crypto/sha256/sha256block_amd64.s
@@ -8,7 +8,7 @@
//
// The algorithm is detailed in FIPS 180-4:
//
-// http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
+// https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
// The avx2-version is described in an Intel White-Paper:
// "Fast SHA-256 Implementations on Intel Architecture Processors"