]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/rhash/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / rhash / Config.in
1 config BR2_PACKAGE_RHASH
2         bool "rhash"
3         help
4           LibRHash is a professional, portable, thread-safe C library
5           for computing a wide variety of hash sums, such as CRC32,
6           MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger,
7           DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160,
8           HAS-160, EDON-R, Whirlpool and Snefru.
9
10           https://github.com/rhash/RHash
11
12 if BR2_PACKAGE_RHASH
13
14 config BR2_PACKAGE_RHASH_BIN
15         bool "rhash binary"
16         depends on !BR2_STATIC_LIBS
17         help
18           Install rhash console utility
19
20 comment "rhash binary needs a toolchain w/ dynamic library"
21         depends on BR2_STATIC_LIBS
22
23 endif