# File femto.rb, line 168
  def uniqueKey
    return Digest::MD5.hexdigest(@section + @header)
  end