uselesskey-core-negative 0.7.1

Compatibility facade for negative fixture builders used by uselesskey.
Documentation

uselesskey-core-negative

Published-internal compatibility shim.

Generic negative fixture helper ownership moved into uselesskey-core. Existing imports from this crate remain available during the compatibility-shim period:

use uselesskey_core_negative::{CorruptPem, corrupt_pem, truncate_der};

Prefer uselesskey-core for supported extension work, or the fixture-family crates for normal negative fixture usage. The canonical generic helper implementation now lives at uselesskey_core::srp::negative.