Rex
Rex copied to clipboard
Add checksum testing to Rex::Test
Aim
Fix #485
Only supporting three hash algorithms, currently md5, sha1 and sha256, the former using existing code (md5 from Rex::Commands::MD5), the latter two using Digest::SHA.