CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/25 14:48:57
Modified files:
regress/lib/libcrypto/bn/general: Makefile
Added files:
regress/lib/libcrypto/bn/general: bn_isqrt.c
Log message:
Add a regression test for bn_isqrt.c
This validates the tables used in bn_is_perfect_square() and checks that
for randomly generated numbers the isqrt() is what it is expected to be.
