pub fn embed_watermark(
cover: &mut CoverMedia,
tag: &WatermarkTripwireTag,
) -> Result<(), OpsecError>Expand description
Embed a forensic watermark tripwire into cover data.
Modifies LSBs at seed-derived positions to encode the marker pattern.
ยงErrors
Returns OpsecError::WatermarkError if the cover is too small.