Set up the blinding factors on first use
authortb <tb@openbsd.org>
Wed, 9 Aug 2023 08:39:46 +0000 (08:39 +0000)
committertb <tb@openbsd.org>
Wed, 9 Aug 2023 08:39:46 +0000 (08:39 +0000)
commitb5f0d512f95c2d4c371e3030d5d2bdbfdc949a29
treefd35b98c38fc0773d2c0e149925bb6eccbaa2016
parent6cdee16f62867686db9a168c7a0532f63c1cbf0c
Set up the blinding factors on first use

Only call BN_BLINDING_setup() from BN_BLINDING_update(). This allows
another simplification of the counter logic.

ok jsing
lib/libcrypto/bn/bn_blind.c