Skip to content

sudo-bmitch/oci-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OCI Digest

Go Reference License Go Report Card Go Workflow Status

OCI Digest is an alternative to OCI's https://github.com/opencontainers/go-digest.

Key differences include:

  • Data types are structs with private fields that are verified on creation rather than parsing strings on usage.
  • The package should return an error or empty values rather than panic.
  • Alternate encodings are supported per algorithm.
  • Pass-through reader and writer implementations allow the calculation and/or verification of a digest without a separate io.TeeReader or io.MultiWriter.

About

Alternative implementation of OCI's Digest package

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published