Add standard Base64 encoding support

[ Merge of http://go/wvgerrit/16550 ]

This is in addition to Web safe Base64 encode/decode support by core.

Change-Id: I9ed51721b138a7f15fb4d216796deadd5d5b31a2
This commit is contained in:
Rahul Frias
2016-01-22 15:32:44 -08:00
parent 2c39fce2c8
commit b15ea1150d
9 changed files with 1104 additions and 34 deletions

View File

@@ -1,7 +1,8 @@
MODP_B64 - High performance base64 encoder/decoder
http://code.google.com/p/stringencoders/
https://github.com/client9/stringencoders
Copyright © 2005, 2006, 2007 Nick Galbreath -- nickg [at] modp [dot] com
Copyright 2005, 2006, 2007, 2016
Nick Galbreath -- nickg [at] client9 [dot] com
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -15,7 +16,7 @@ met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
Neither the name of the modp.com nor the names of its
Neither the name of the client9.com nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.