|
|
@@ -1,5 +1,8 @@
|
|
|
../../build/common/Consts.cs
|
|
|
+../../build/common/Locale.cs
|
|
|
../../build/common/MonoTODOAttribute.cs
|
|
|
+../corlib/Mono.Security.Cryptography/CryptoTools.cs
|
|
|
+../corlib/Mono.Security.Cryptography/SymmetricTransform.cs
|
|
|
Assembly/AssemblyInfo.cs
|
|
|
System/Actions.cs
|
|
|
System/Funcs.cs
|
|
|
@@ -62,3 +65,17 @@ System.Linq.Expressions/ParameterExpression.cs
|
|
|
System.Linq.Expressions/TypeBinaryExpression.cs
|
|
|
System.Linq.Expressions/UnaryExpression.cs
|
|
|
System.Collections.Generic/HashSet.cs
|
|
|
+System.Security.Cryptography/Aes.cs
|
|
|
+System.Security.Cryptography/AesManaged.cs
|
|
|
+System.Security.Cryptography/AesCryptoServiceProvider.cs
|
|
|
+System.Security.Cryptography/AesTransform.cs
|
|
|
+System.Security.Cryptography/CngAlgorithm.cs
|
|
|
+System.Security.Cryptography/CngAlgorithmGroup.cs
|
|
|
+System.Security.Cryptography/MD5Cng.cs
|
|
|
+System.Security.Cryptography/SHA1Cng.cs
|
|
|
+System.Security.Cryptography/SHA256Cng.cs
|
|
|
+System.Security.Cryptography/SHA256CryptoServiceProvider.cs
|
|
|
+System.Security.Cryptography/SHA384Cng.cs
|
|
|
+System.Security.Cryptography/SHA384CryptoServiceProvider.cs
|
|
|
+System.Security.Cryptography/SHA512Cng.cs
|
|
|
+System.Security.Cryptography/SHA512CryptoServiceProvider.cs
|