summaryrefslogtreecommitdiff
path: root/cipher/whirlpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/whirlpool.c')
-rw-r--r--cipher/whirlpool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/whirlpool.c b/cipher/whirlpool.c
index d9b79cf1..0c472252 100644
--- a/cipher/whirlpool.c
+++ b/cipher/whirlpool.c
@@ -14,18 +14,18 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/* This is an implementation of the Whirlpool hashing algorithm, which
has been developed by Vincent Rijmen and Paulo S. L. M. Barreto;
it's homepage is located at:
- http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html
+ https://www.larc.usp.br/~pbarreto/WhirlpoolPage.html
The S-Boxes and the structure of the main transformation function,
which implements an optimized version of the algorithm, is taken
from the reference implementation available from
- http://www.larc.usp.br/~pbarreto/whirlpool.zip
+ https://www.larc.usp.br/~pbarreto/whirlpool.zip
*/
#include <config.h>