aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256_sse4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha256_sse4.cpp')
-rw-r--r--src/crypto/sha256_sse4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha256_sse4.cpp b/src/crypto/sha256_sse4.cpp
index 89f529a3ab..143752c7cf 100644
--- a/src/crypto/sha256_sse4.cpp
+++ b/src/crypto/sha256_sse4.cpp
@@ -1001,7 +1001,7 @@ void Transform(uint32_t* s, const unsigned char* chunk, size_t blocks)
; This code is described in an Intel White-Paper:
; "Fast SHA-256 Implementations on Intel Architecture Processors"
;
-; To find it, surf to http://www.intel.com/p/en_US/embedded
+; To find it, surf to https://www.intel.com/p/en_US/embedded
; and search for that title.
; The paper is expected to be released roughly at the end of April, 2012
;