Move more things under S.S.Cryptography.
authorKevin Jones <kevin@vcsjones.com>
Mon, 14 Feb 2022 16:57:36 +0000 (11:57 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 16:57:36 +0000 (08:57 -0800)
commitae24a8f8dd745e24384f19c22f85b28aa1f33cd6
tree52f3e15b3b0ff4eec7e4bbe131820880ac480b90
parentbc29dda94dee0157c2fcabcbfdf19be4db04e7c0
Move more things under S.S.Cryptography.
14 files changed:
src/libraries/System.Security.Cryptography.X509Certificates/tests/ExportTests.cs
src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
src/libraries/System.Security.Cryptography/src/System.Security.Cryptography.csproj
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/BasicSymmetricCipher.cs [moved from src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipher.cs with 96% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/BasicSymmetricCipherBCrypt.cs [moved from src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherBCrypt.cs with 95% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/BasicSymmetricCipherLiteBCrypt.cs [moved from src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherLiteBCrypt.cs with 98% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/ILiteSymmetricCipher.cs [moved from src/libraries/Common/src/Internal/Cryptography/ILiteSymmetricCipher.cs with 83% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/PemEnumerator.cs [moved from src/libraries/Common/src/Internal/Cryptography/PemEnumerator.cs with 97% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/PemKeyHelpers.cs [moved from src/libraries/Common/src/Internal/Cryptography/PemKeyHelpers.cs with 99% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/SymmetricPadding.cs [moved from src/libraries/Common/src/Internal/Cryptography/SymmetricPadding.cs with 99% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/UniversalCryptoDecryptor.cs [moved from src/libraries/Common/src/Internal/Cryptography/UniversalCryptoDecryptor.cs with 99% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/UniversalCryptoEncryptor.cs [moved from src/libraries/Common/src/Internal/Cryptography/UniversalCryptoEncryptor.cs with 97% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/UniversalCryptoOneShot.cs [moved from src/libraries/Common/src/Internal/Cryptography/UniversalCryptoOneShot.cs with 98% similarity]
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/UniversalCryptoTransform.cs [moved from src/libraries/Common/src/Internal/Cryptography/UniversalCryptoTransform.cs with 98% similarity]