# File lib/html/pipeline/camo_filter.rb, line 58 def asset_url_hash(url) OpenSSL::HMAC.hexdigest('sha1', asset_proxy_secret_key, url) end