1config BR2_PACKAGE_LIBSHA1 2 bool "libsha1" 3 help 4 libsha1 is a tiny library providing SHA1 implementation, 5 created for facilitating X server compilation on devices 6 when larger libraries containing SHA1 implementations 7 (OpenSSL, Mozilla NSS) are not needed. 8 9 https://github.com/dottedmag/libsha1 10