mirror of
https://github.com/transmission/transmission.git
synced 2026-04-25 11:20:18 +01:00
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.
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
libb64: Base64 Encoding/Decoding Routines
|
|
======================================
|
|
|
|
Authors:
|
|
-------
|
|
|
|
Chris Venter chris.venter@gmail.com http://controlaltfire.com
|
|
|
|
Contributors:
|
|
------------
|
|
|
|
Mario Rugiero
|
|
Shlok Datye
|
|
Peter K. Lee
|
|
|