sentc-crypto 0.15.0

The main implementation of the sentc sdk.
Documentation
1
2
3
4
5
6
#[cfg(feature = "fips_keys")]
pub mod fips;
#[cfg(feature = "rec_keys")]
pub mod rec;
#[cfg(feature = "std_keys")]
pub mod std;