sec: Make GenerateSig() return a Sig object

Before this commit, this function returned a []byte slice containing the
raw signature.  Now the function returns a Sig object (which also
contains the sig type and key hash).
1 file changed
tree: 80ccce2188d221a12469a00d68d63be2ff95a5f9
  1. errors/
  2. flash/
  3. image/
  4. manifest/
  5. mfg/
  6. sec/
  7. .gitignore
  8. .travis.yml
  9. go.mod
  10. go.sum
  11. LICENSE
  12. NOTICE
  13. README.md
README.md

Mynewt Artifact

Apache Mynewt Artifact is a Go library that parses, manipulates, validates, and outputs Mynewt artifacts. Supported artifacts are:

  • Images
  • Image manifests
  • Manufacturing images (mfgimages)
  • Manufacturing manifests