diff options
author | jsing <> | 2023-06-21 07:41:55 +0000 |
---|---|---|
committer | jsing <> | 2023-06-21 07:41:55 +0000 |
commit | e977838d69c1994d3229516f8fca1fe64aafb9cb (patch) | |
tree | fd160d47e7a4a56b7a1cb2b7a25b722886a6a475 /src/lib/libc/stdlib | |
parent | 66de59424a5c1e76a91fc81a1b29df9eb1801d46 (diff) | |
download | openbsd-e977838d69c1994d3229516f8fca1fe64aafb9cb.tar.gz openbsd-e977838d69c1994d3229516f8fca1fe64aafb9cb.tar.bz2 openbsd-e977838d69c1994d3229516f8fca1fe64aafb9cb.zip |
Make BN_num_bits() independent of bn->top.
Provide bn_bitsize(), which performs a constant time scan of a BN in order
to determine the bit size of the BN value. Use this for BN_num_bits() such
that it is no longer dependent on the bn->top value.
ok tb@
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions