From 5b467400d220125aed9d000e258c3cc3ca505421 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sat, 9 Apr 2022 16:53:13 +0900 Subject: [DOC]Some link prefix replace --- bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 4ab117b557..142059b8fd 100644 --- a/bignum.c +++ b/bignum.c @@ -1573,7 +1573,7 @@ rb_big_mul_normal(VALUE x, VALUE y) /* efficient squaring (2 times faster than normal multiplication) * ref: Handbook of Applied Cryptography, Algorithm 14.16 - * http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf + * https://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf */ static void bary_sq_fast(BDIGIT *zds, size_t zn, const BDIGIT *xds, size_t xn) -- cgit v1.2.3