* gitignore *.html for test coverage reports
* fix typos
* Increase hashcompute.go test coverage to 100 percent
* Add new Go versions. Upgrade GitHub Actions.
* Add tests for missing ext hashes
* Add test for hashing non-hexadecimal string
* Add tests for loading empty bytes buffer
* Run go fmt
* Fix comments
* Fix comments
* Fix spelling
* fix actions versions
* Upgrade to actions/setup-go@v4
* Add minimum Go version for go.mod
Create a new APIs for serializing purpose which can use
standard io.Reader/io.Writer APIs.
ToString() API will be remain for debugging purpose and
ExtImageHashFromString, ImageHashFromString will be removed after next
version.
- New APIs are added: LoadExtImageHash, LoadImageHash, xxxHash.Dump
- These APIs are deprecated: ExtImageHashFromString, ImageHashFromString