dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
718 stars 1.56k forks source link

SHA512Managed is not thread-safe. #933

Open disklosr opened 6 years ago

disklosr commented 6 years ago

Make sure you create a new instance each time you want to compute a hash.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Thraka commented 6 years ago

@disklosr Thank you for the feedback.

@rpetrusha What do we do about this? A lot of types do not mention thread safety as a whole.