# File lib/puppet/util/checksums.rb, line 49 49: def sha1lite(content) 50: sha1(content[0..511]) 51: end