kitops
kitops copied to clipboard
Add tests to support different Digest algorithms
Kit defaults to SHA256 for digests. Develop a set of tests and fix when necessary to support multiple digest algorithms.
While the OCI spec doesn't constrain the hashing algorithm, everyone has settled on SHA256 and I believe many tools will fail on anything else.