Imports of package hashing

PathSynopsis
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
github.com/cespare/xxhash/v2Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.
github.com/gohugoio/hashstructure
github.com/gohugoio/hugo/identityPackage provides ways to identify values in Hugo.
ioPackage io provides basic interfaces to I/O primitives.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.