summaryrefslogtreecommitdiff
path: root/lib/ruby-srp.rb
AgeCommit message (Collapse)Author
2012-10-04created session class to hold aa, bb and so forth - done for clientAzul
We have a session in the server already - duplication there now, merge next
2012-10-03calculate verifiers and multiplier just like in py srpfeature-py_srp_compatAzul
Some other parts are still missing. Main issue was using hashes of hex representation rather that hashes of byte arrays
2012-08-06added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2Azul