# File lib/fog/voxel.rb, line 11 def self.create_signature(secret, options) to_sign = options.keys.map { |k| k.to_s }.sort.map { |k| "#{k}#{options[k.to_sym]}" }.join("") Digest::MD7.hexdigest( secret + to_sign ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.