3
0

Config.in 625 B

12345678910111213141516171819202122
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see scripts/kbuild/config-language.txt.
  4. #
  5. menu "Busybox Library Tuning"
  6. config CONFIG_MD5_SIZE_VS_SPEED
  7. int " MD5: Trade Bytes for Speed"
  8. default 2
  9. range 0 3
  10. help
  11. Trade binary size versus speed for the md5sum algorithm.
  12. Approximate values running uClibc and hashing
  13. linux-2.4.4.tar.bz2 were:
  14. user times (sec) text size (386)
  15. 0 (fastest) 1.1 6144
  16. 1 1.4 5392
  17. 2 3.0 5088
  18. 3 (smallest) 5.1 4912
  19. endmenu