sigstore / model-transparency

Supply chain security for ML
Apache License 2.0
113 stars 31 forks source link

Add machinery for model signing and verification. #259

Closed mihaimaruseac closed 3 months ago

mihaimaruseac commented 3 months ago

Summary

Added a set of Empty* classes just to show how these would be used in OSS. I'll send another PR for the actual in-toto classes, but this one mirrors the internal changelist where the API gets introduced.

For the 2 serialize_*_test.py files: just ordered the imports to match the internal style.

Release Note

NONE

Documentation

NONE