diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-30 10:43:42 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-30 10:43:42 +1300 |
commit | 1323d55c6843c61266b2eba781619aebeede43ea (patch) | |
tree | 0cd445bb16cae8b6a5e32393396a822336e7a250 /Base64/README.markdown | |
parent | 96f4db32924d826f2e5db7901e45cb550cd829b1 (diff) |
Import Base64 library
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'Base64/README.markdown')
-rw-r--r-- | Base64/README.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base64/README.markdown b/Base64/README.markdown new file mode 100644 index 0000000..9311ce7 --- /dev/null +++ b/Base64/README.markdown @@ -0,0 +1,4 @@ +Introduction +------------ + +This library provides methods for encoding binary into base64 strings and the reverse operation.
\ No newline at end of file |