/home/cryptographic_estimators/tests/kat_tests/external_estimators/reference_implementations/estimator.py:910: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract asingle element from your array before performing this operation. (Deprecated NumPy 1.25.)
f = lambda x: 2 * log2((binom(p, p // 2) * binom(k // 2 - p, p1 - p // 2)) * (
/home/cryptographic_estimators/tests/kat_tests/external_estimators/reference_implementations/estimator.py:939: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract asingle element from your array before performing this operation. (Deprecated NumPy 1.25.)
f = lambda x: log2(L12) + 2 * log2(binom_sp(x, w2) + 1) - 2 * x
/home/cryptographic_estimators/tests/kat_tests/external_estimators/reference_implementations/estimator.py:784: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract asingle element from your array before performing this operation. (Deprecated NumPy 1.25.)
f = lambda x: log2((binom(p, p // 2) * binom_sp((k + x) / 2 - p, p1 - p // 2))) * 2 - x
/home/cryptographic_estimators/tests/kat_tests/external_estimators/reference_implementations/estimator.py:810: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract asingle element from your array before performing this operation. (Deprecated NumPy 1.25.)
f = lambda x: log2(int(L12)) + int(2) * log2(binom_sp(x, int(w2))) - int(2) * x
Running
make docker-sage-generate-katwithin #255 's branch (in the meantime, while it's merged into develop)