pxsolver-native 1.7.0

Native PerimeterX sensor generator — N1 cipher core (ADR-0024)
Documentation
1
2
3
4
5
6
7
8
//! Tenant profile: per-`appId` parameters that select the right
//! cipher constants, sensor endpoint, and fallback secret. Loaded
//! from a TOML file at startup so adding a tenant is a config change,
//! not a code change (ADR-0024 §N5).

pub mod schema;

pub use schema::{TenantProfile, XorKeys};