proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod app_attest;
pub mod c2pa_config;
pub mod cert;
pub mod error;
pub mod es256;
pub mod key_attestation;
pub mod play_integrity;
pub mod signer;
pub mod types;

#[allow(unused_imports)]
pub use error::{Result, SignError};
#[allow(unused_imports)]
pub use es256::LocalES256Signer;
#[allow(unused_imports)]
pub use signer::{AsyncSigner, Signer};
#[allow(unused_imports)]
pub use types::Platform;