stenoxide-core 0.1.0

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
10
11
//! Layer 1 — image input/output.
//!
//! Loads the container image, validates it through a type-state pipeline and
//! analyses it for traces of lossy compression. The type-state pattern
//! guarantees that no downstream layer can ever receive an image that has not
//! passed every validation gate.

pub mod buffer;
pub mod jpeg_detect;
pub mod phash;
pub mod validate;