summaryrefslogtreecommitdiff
path: root/lib/srp/server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srp/server.rb')
-rw-r--r--lib/srp/server.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/srp/server.rb b/lib/srp/server.rb
index 79d1b75..02d5d8b 100644
--- a/lib/srp/server.rb
+++ b/lib/srp/server.rb
@@ -39,12 +39,6 @@ module SRP
sha256_hex(hashin).hex
end
- def calculate_m(aa, bb, s)
- # todo: we might want to 0fill this like for u
- hashin = '%x%x%x' % [aa, bb, s]
- sha256_hex(hashin).hex
- end
-
end
end