3 references to SHA512
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
88getter: () => CachedAlgorithmHandles.SHA512,
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win8Pbkdf2Provider.cs (1)
122prfAlgorithmHandle = CachedAlgorithmHandles.SHA512;
Microsoft.AspNetCore.DataProtection (1)
SP800_108\Win8SP800_108_CTR_HMACSHA512Provider.cs (1)
90using (var hashHandle = CachedAlgorithmHandles.SHA512.CreateHash())