secure-remote-password / srp.net

SRP-6a protocol implementation for .NET Standard 1.6+ and .NET Framework 3.5+

Home Page:https://www.nuget.org/packages/srp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible typos in srpHash.cs: CreateHasher() method

dlandi opened this issue · comments

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

Good catch! Thanks a lot :)