Changed URLs to HTTPS

This commit is contained in:
einsteinsfool 2018-06-23 21:15:29 +02:00
parent ffab67004c
commit 7cdd147da5
21 changed files with 79 additions and 79 deletions

View file

@ -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.