imazen / imageflow-dotnet-server

A super-fast image server to speed up your site - deploy as a microservice, serverless, or embeddable.
https://docs.imageflow.io
GNU Affero General Public License v3.0
246 stars 33 forks source link

Disposing SHA512 #74

Closed farhadzm closed 1 year ago

farhadzm commented 1 year ago

Disposing SHA512Managed class after Validate and VerifySignature methods. using using (var hash = SHA512.Create()) instead of initializing SHA512Managed directly