diff options
author | einsteinsfool <piotrkakol@protonmail.com> | 2018-06-23 21:15:29 +0200 |
---|---|---|
committer | einsteinsfool <piotrkakol@protonmail.com> | 2018-06-23 21:15:29 +0200 |
commit | 7cdd147da5b06a692b0b825992de3bb07f142156 (patch) | |
tree | b33d211242225cbc3bf686524230b024a1252b12 /src/crypto/blake256.c | |
parent | Merge pull request #3784 (diff) | |
download | monero-7cdd147da5b06a692b0b825992de3bb07f142156.tar.xz |
Changed URLs to HTTPS
Diffstat (limited to 'src/crypto/blake256.c')
-rw-r--r-- | src/crypto/blake256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/blake256.c b/src/crypto/blake256.c index d503c47e0..6ef7d4207 100644 --- a/src/crypto/blake256.c +++ b/src/crypto/blake256.c @@ -31,7 +31,7 @@ * The blake256_* and blake224_* functions are largely copied from * blake256_light.c and blake224_light.c from the BLAKE website: * - * http://131002.net/blake/ + * https://131002.net/blake/ * * The hmac_* functions implement HMAC-BLAKE-256 and HMAC-BLAKE-224. * HMAC is specified by RFC 2104. |