Skip to main content

declassify

Function declassify 

Source
pub fn declassify(bytes: &[u8])
Expand description

Declassify bytes: mark them as defined (public) for Valgrind memcheck.

Use only at boundaries where the data is genuinely public (wire output, public-key encodings, MAC tags being sent) — every call site must carry a justification comment. No-op unless the __ctgrind feature is enabled.