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