s2pa 0.1.0

Simple Standard for Provenance and Authenticity — the C2PA SDK plus secp256k1 (ES256K) signing, bare CMAF (.m4s) support, and DID-based identity.
1
2
3
4
5
6
7
8
//! DID resolution and DID-document signing identity.
//!
//! S2PA replaces C2PA's certificate-authority trust model with decentralized
//! identifiers (`did:key`, `did:plc`, `did:web`). This module will host the
//! resolver and the glue that lets a DID document stand in for an X.509 chain.
//!
//! Placeholder: the implementation currently lives in Streamplace's `muxl`
//! crate and will migrate here.