A tool for signing and verifying machine learning models, currently a Red Hat Tech Preview. Version 1.0.1 supports Python >=3.10 and provides CLI and Python APIs for cryptographic signing of ML assets to ensure supply chain integrity.
pip install rh-model-signingVerified import paths — ran on the pinned version, not inferred.
Generate a key pair, sign an ML model file, and verify the signature.
Use `from rh_model_signing import Signer, Verifier, KeyPair` instead.
Call `key_pair.private_key.to_pem()` and save to a file. Load with `KeyPair.from_pem(...)`.
Migrate to the top-level API. If you used `from rh_model_signing.utils import ...`, switch to equivalent functions from `Signer` or `Verifier`.
No dependency data recorded yet.