From 3422461ac6a0e51f8037530822e9d6fb0bfaf5d7 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 1 Dec 2022 21:59:54 +0000 Subject: [PATCH] Update reference to table generation --- lib/libcrypto/bn/bn_isqrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/bn/bn_isqrt.c b/lib/libcrypto/bn/bn_isqrt.c index 7becbd67062..81f90b10be7 100644 --- a/lib/libcrypto/bn/bn_isqrt.c +++ b/lib/libcrypto/bn/bn_isqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_isqrt.c,v 1.4 2022/11/26 16:08:51 tb Exp $ */ +/* $OpenBSD: bn_isqrt.c,v 1.5 2022/12/01 21:59:54 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler * @@ -159,7 +159,7 @@ bn_isqrt(BIGNUM *out_sqrt, int *out_perfect, const BIGNUM *n, BN_CTX *in_ctx) /* * is_square_mod_N[r % N] indicates whether r % N has a square root modulo N. - * The tables are generated in regress/lib/libcrypto/bn/general/bn_isqrt.c. + * The tables are generated in regress/lib/libcrypto/bn/bn_isqrt.c. */ const uint8_t is_square_mod_11[] = { -- 2.20.1