This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2012 Jean-Philippe Auclair | |
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php | |
* Base64 library for ActionScript 3.0. | |
* By: Jean-Philippe Auclair : http://jpauclair.net | |
* Based on article: http://jpauclair.net/2010/01/09/base64-optimized-as3-lib/ | |
* Benchmark: | |
* This version: encode: 260ms decode: 255ms | |
* Blog version: encode: 322ms decode: 694ms | |
* as3Crypto encode: 6728ms decode: 4098ms |