An open API service indexing awesome lists of open source software.

https://github.com/openpubkey/signed-attestation

A library for signing in-toto attestations with OpenPubkey
https://github.com/openpubkey/signed-attestation

Last synced: 5 months ago
JSON representation

A library for signing in-toto attestations with OpenPubkey

Awesome Lists containing this project

README

          

# Signed attestations with OpenPubkey

This library is for signing [in-toto attestations](https://github.com/in-toto/attestation) with [OpenPubkey](https://github.com/openpubkey/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!