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