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