c2pa-crypto 0.10.0

Cryptography internals for c2pa-rs crate
Documentation
1
2
3
4
5
6
7
8
9
//! This crate is being discontinued.
//!
//! All APIs are moved into `c2pa::crypto` and will likely be made crate
//! private.

#[allow(unused)]
pub(crate) fn hello() {
    println!("Hello again");
}