# Functions
New creates a new Service instance.
NewChecksumResultFromHex creates a new ChecksumResult from the input hex string.
# Structs
ChecksumResult just contains the result of some checksum (md5) and gives us easy access to encoding it as hex or bytes, etc.
# Interfaces
Service is the checksums service.