drozhkov/aws-cpp-cognito-auth

There is a bug in Srp.cpp

Closed this issue · 1 comments

Srp.cpp line 100.
Helpers::HexToBinary( saltIn, sSaltIn );
should changed to:
Helpers::HexToBinary(saltIn, Helpers::PadLeftZero(sSaltIn));

fixed