summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2022-04-09 16:53:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-09 17:43:46 +0900
commit5b467400d220125aed9d000e258c3cc3ca505421 (patch)
tree6c0030eedd8a9f2d167440ebc36380f44be6412d /bignum.c
parent83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff)
[DOC]Some link prefix replace
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5783
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
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)