Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @@ -477,7 +477,7 @@ bool AuthSession::HandleLogonProof()
- A.SetBinary(logonProof->A, 32);
- // SRP safeguard: abort if A == 0
- if (A.IsZero())
- if ((A % N).IsZero())
- return false;
- SHA1Hash sha;
Advertisement
Add Comment
Please, Sign In to add comment