1config BR2_PACKAGE_RHASH 2 bool "rhash" 3 select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL 4 help 5 LibRHash is a professional, portable, thread-safe C library 6 for computing a wide variety of hash sums, such as CRC32, 7 MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, 8 DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, 9 HAS-160, EDON-R, Whirlpool and Snefru. 10 11 https://github.com/rhash/RHash 12 13if BR2_PACKAGE_RHASH 14 15config BR2_PACKAGE_RHASH_BIN 16 bool "rhash binary" 17 depends on !BR2_STATIC_LIBS 18 help 19 Install rhash console utility 20 21comment "rhash binary needs a toolchain w/ dynamic library" 22 depends on BR2_STATIC_LIBS 23 24endif 25