2004-05-05 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 5 May 2004 12:46:44 +0000 (12:46 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 5 May 2004 12:46:44 +0000 (12:46 -0000)
commite57fe275fc65c0e78f61f5370871d33ae3d0b51c
tree078db86b4a7fab67d3f5242d224fd7176ad0abd6
parent2797c8f00d799cc126f5e2ed56f97d428a12032c
2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>

* Base64Constants.cs: New. Convert code into tables for better base64
performance.
* FromBase64Transform.cs: Updated to use the new tables. Source code
cleanup.
* ToBase64Transform.cs: Updated to use the new tables. Added
globalization. Commented finalizer as it isn't required in this case.

svn path=/trunk/mcs/; revision=26753
mcs/class/corlib/System.Security.Cryptography/Base64Constants.cs [new file with mode: 0755]
mcs/class/corlib/System.Security.Cryptography/ChangeLog
mcs/class/corlib/System.Security.Cryptography/FromBase64Transform.cs
mcs/class/corlib/System.Security.Cryptography/ToBase64Transform.cs