-
- Downloads
librhash: Remove source fragments not needed for CMake
We only need a subset of the hash algorithms supported by librhash. Add preprocessor conditionals to remove source fragments that we do not need. Write an alternative algorithm enumeration that matches the indexing on our reduced array. Also remove a few fragments outright.
Showing
- Utilities/cmlibrhash/README 0 additions, 54 deletionsUtilities/cmlibrhash/README
- Utilities/cmlibrhash/librhash/algorithms.c 22 additions, 2 deletionsUtilities/cmlibrhash/librhash/algorithms.c
- Utilities/cmlibrhash/librhash/byte_order.h 0 additions, 4 deletionsUtilities/cmlibrhash/librhash/byte_order.h
- Utilities/cmlibrhash/librhash/rhash.c 6 additions, 53 deletionsUtilities/cmlibrhash/librhash/rhash.c
- Utilities/cmlibrhash/librhash/rhash.h 19 additions, 12 deletionsUtilities/cmlibrhash/librhash/rhash.h
Loading
Please register or sign in to comment