mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
b928ae1ba8
Some crypto libraries (like CyaSSL, MatrixSSL and CommonCrypto) either don't have or expose this functionality at all, expose only part of it, or (like OpenSSL) have heavyweight API for it. Also, for the task as easy as BASE64 encoding and decoding it's much better to use small and simple specialized library.
15 lines
231 B
Text
15 lines
231 B
Text
libb64: Base64 Encoding/Decoding Routines
|
|
======================================
|
|
|
|
Authors:
|
|
-------
|
|
|
|
Chris Venter chris.venter@gmail.com http://controlaltfire.com
|
|
|
|
Contributors:
|
|
------------
|
|
|
|
Mario Rugiero
|
|
Shlok Datye
|
|
Peter K. Lee
|
|
|