SHA-3
CShepartd opened this issue · 1 comments
CShepartd commented
Do you plan add SHA-3 in Pbkdf2
? (Microsoft.AspNetCore.Cryptography.KeyDerivation
)
Acctually in Pbkdf2
aviable is only HMACSHA1
, HMACSHA256
, and HMACSHA512
blowdart commented
As we rely on the CLR for crypto that would be an issue best asked of https://github.com/dotnet/corefx. Once they add it we'd look at using it.