xref: /OK3568_Linux_fs/buildroot/package/libtomcrypt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBTOMCRYPT
2	bool "libtomcrypt"
3	select BR2_PACKAGE_LIBTOMMATH
4	help
5	  LibTomCrypt is a fairly comprehensive, modular and portable
6	  cryptographic toolkit that provides developers with a vast
7	  array of well known published block ciphers, one-way hash
8	  functions, chaining modes, pseudo-random number generators,
9	  public key cryptography and a plethora of other routines.
10
11	  https://www.libtom.net
12