//! Cipher core for the eT15wiaE px-3 sensor (ADR-0024, N1).
//!
//! ```text
//! events ── JSON.stringify ── jw(·, IS=50) ── h_p ── v_q(salt, ·, v_n(len, secret)) ── url-encoded payload
//! ```
pub use h_p;
pub use v_n;
pub use v_m;
pub use v_l;
pub use encrypt_sensor;
pub use v_q;
pub use ;