secure-remote-password / srp.net

SRP-6a protocol implementation for .NET Standard 1.6+ and .NET Framework 3.5+
https://www.nuget.org/packages/srp
MIT License
64 stars 10 forks source link

Possible typos in srpHash.cs: CreateHasher() method #1

Closed dlandi closed 6 years ago

dlandi commented 6 years ago

Hi Yallie,

During a code review of your code, I came across something that may be a typo in your choice of hashing algo:

image

Btw, liking this library very much!

-dennis

yallie commented 6 years ago

Good catch! Thanks a lot :)