# File lib/openid/kvform.rb, line 127
    def Util.dict_to_kv(d)
      return seq_to_kv(d.entries.sort)
    end