kitops icon indicating copy to clipboard operation
kitops copied to clipboard

Add tests to support different Digest algorithms

Open gorkem opened this issue 1 year ago • 1 comments

Kit defaults to SHA256 for digests. Develop a set of tests and fix when necessary to support multiple digest algorithms.

gorkem avatar Jul 15 '24 15:07 gorkem

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.

amisevsk avatar Jul 15 '24 16:07 amisevsk