Add functions to count trailing zero bits in a word.
* cipher/bithelp.h (_gcry_ctz, _gcry_ctz64): New. * configure.ac (HAVE_BUILTIN_CTZ): Add new test.
Note that these functions return the number of bits in the word when
passing 0.
- Signed-off-by: Werner Koch <wk@gnupg.org>