ChangeLog 727 B

1234567891011121314151617
  1. 2008-08-05 Sebastien Pouliot <[email protected]>
  2. * Aes.cs: New. Base class for AES cipher.
  3. * AesCryptoServiceProvider.cs: New. CSP implementation
  4. of AES. For mono we're reusing the managed AesTransform
  5. * AesManaged.cs: New. Managed implementation of AES.
  6. * AesTransform.cs: New. Actual managed code for AES.
  7. * CngAlgorithm.cs: New.
  8. * CngAlgorithmGroup.cs: New.
  9. * MD5Cng.cs: New. Generated code.
  10. * SHA1Cng.cs: New. Generated code.
  11. * SHA256Cng.cs: New. Generated code.
  12. * SHA256CryptoServiceProvider.cs: New. Generated code.
  13. * SHA384Cng.cs: New. Generated code.
  14. * SHA384CryptoServiceProvider.cs: New. Generated code.
  15. * SHA512Cng.cs: New. Generated code.
  16. * SHA512CryptoServiceProvider.cs: New. Generated code.