# File lib/puppet/util/checksums.rb, line 82 82: def sha1lite(content) 83: sha1(content[0..511]) 84: end