# File lib/openid/dh.rb, line 35 def get_shared_secret(composite) OpenID::Util.powermod(composite, @private, @p) end