Skip to main content

Module services

Module services 

Source
Expand description

Application-layer use-case orchestrators.

Each service is a thin wrapper that coordinates domain ports. No file I/O or async runtime — callers provide loaded data.

Structs§

AmnesiaPipelineService
Amnesiac in-memory embed/extract orchestrator.
AnalyseService
Analyse a cover for stego capacity and detectability.
ArchiveService
Pack and unpack archive bundles.
CanaryShardService
Canary shard tripwire orchestrator.
DeadDropService
Platform-aware dead drop orchestrator.
DeniableEmbedService
Dual-payload deniable steganography orchestrator.
DistributeService
Distribute a payload across multiple covers.
EmbedService
Embeds a payload into a cover medium.
ExtractService
Extracts a hidden payload from a stego cover.
ForensicService
Forensic watermark tripwire orchestrator.
KeyGenService
Key-pair generation orchestrator.
PanicWipeService
Emergency panic wipe orchestrator.
ReconstructService
Reconstruct a payload from distributed stego covers.
ScrubService
Scrub text to remove stylometric fingerprints.
TimeLockServiceApp
Time-lock puzzle orchestrator.

Enums§

AppError
Unified application error wrapping all domain errors.