issues
search
bitfield
/
script
Making it easy to write shell-like scripts in Go
MIT License
5.55k
stars
315
forks
source link
feat: implement `Hash` and `HashSums` to performing hashing based on user provided hashers
#215
Closed
mahadzaryab1
closed
1 month ago
mahadzaryab1
commented
1 month ago
Added a
Hash
sink that returns the hex encoded hash of the pipe contents based on the
hash.Hash
argument passed into the method
Added a
HashSums
filter that produces the hex encoded hash of the files in the path
This PR resolves #113, #130.
Hash
sink that returns the hex encoded hash of the pipe contents based on thehash.Hash
argument passed into the methodHashSums
filter that produces the hex encoded hash of the files in the pathThis PR resolves #113, #130.