Config.in 514 B

1234567891011121314
  1. config BR2_PACKAGE_LIBB64
  2. bool "libb64"
  3. help
  4. libb64 is a library of ANSI C routines for fast encoding
  5. and decoding of data into and from a base64-encoded format.
  6. C++ wrappers are included, as well as the source code for
  7. standalone encoding and decoding executables.
  8. Base64 uses a subset of displayable ASCII characters, and is
  9. therefore a useful encoding for storing binary data in a text
  10. file, such as XML, or sending binary data over text-only
  11. email.
  12. http://libb64.sourceforge.net