From 4f57d8010a90fe1221c351f695d15d29a9cdc37f Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 3 Oct 2012 16:59:46 +0200 Subject: calculate verifiers and multiplier just like in py srp Some other parts are still missing. Main issue was using hashes of hex representation rather that hashes of byte arrays --- lib/ruby-srp.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ruby-srp.rb') diff --git a/lib/ruby-srp.rb b/lib/ruby-srp.rb index 7cbe06f..d5d6cf3 100644 --- a/lib/ruby-srp.rb +++ b/lib/ruby-srp.rb @@ -10,6 +10,7 @@ $:.unshift File.dirname(__FILE__) module SRP autoload :Client, 'srp/client' autoload :Authentication, 'srp/authentication' + autoload :Util, 'srp/util' class WrongPassword < StandardError end end -- cgit v1.2.3