Categorygithub.com/openpubkey/signed-attestation
repositorypackage
0.0.0-20240117173932-5ebc1df5bc07
Repository: https://github.com/openpubkey/signed-attestation.git
Documentation: pkg.go.dev

# README

Signed attestations with OpenPubkey

This library is for signing in-toto attestations with OpenPubkey.

Two functions are provided:

  • SignInTotoStatement takes an in-toto statement and returns a signed DSSE envelope.
  • VerifyInTotoEnvelope takes a signed DSSE envelope, verifies the signature, and returns the in-toto statement

That's it!