2003-02-08 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Sat, 8 Feb 2003 12:43:41 +0000 (12:43 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sat, 8 Feb 2003 12:43:41 +0000 (12:43 -0000)
commit695fc75d04f387fbb743ee1a8ad2087a0cceebb4
tree7045b38ead82db55df4c3ef49f44edc39c897e34
parente6cdf26e7fc2f903af860589f5bcc48d49fbdfb0
2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>

* CryptoTools.cs: Renamed namespace to match new location.
* PKCS1.cs: Renamed namespace to match new location.
* HMACAlgorithm.cs: New. Generic class to implement HMAC
using any hash algorithm (was in S.S.C.HMACSHA1.cs).
* MACAlgorithm.cs: New. Generic class to implement MAC
using any symmetric algorithm (was in S.S.C.MACTripleDES.cs).

svn path=/trunk/mcs/; revision=11346
mcs/class/corlib/Mono.Security.Cryptography/ChangeLog [new file with mode: 0644]
mcs/class/corlib/Mono.Security.Cryptography/CryptoTools.cs
mcs/class/corlib/Mono.Security.Cryptography/HMACAlgorithm.cs [new file with mode: 0644]
mcs/class/corlib/Mono.Security.Cryptography/MACAlgorithm.cs [new file with mode: 0644]
mcs/class/corlib/Mono.Security.Cryptography/PKCS1.cs