stenoxide-core 3.7.4

Adaptive LSB steganography engine with HILL cost functions, STC embedding and an Argon2id + XChaCha20-Poly1305 cryptographic pipeline
Documentation
1
2
3
4
5
6
7
8
9
//! Layer 4 — embedding.
//!
//! Fisher-Yates permutation seeded by the STC key, capacity validation against
//! the `max_bpp` hard limit, and the Syndrome-Trellis Codes encode/decode
//! wrapper.

pub mod permute;
pub mod sizer;
pub mod stc;