These functions count the number of trailing zeroes in non-zero integers.
Partial backport of secp256k1#831:
https://github.com/bitcoin-core/secp256k1/pull/831/commits/de0a643c3dc2c40a447e670cfa1c1683c79c9297
Differential D9401
[SECP256K1] Add secp256k1_ctz{32,64}_var functions Fabien on Apr 13 2021, 18:22. Authored by Tags None Subscribers None
Details
These functions count the number of trailing zeroes in non-zero integers. Partial backport of secp256k1#831: ninja check-secp256k1
Diff Detail
|