uselesskey-core-negative 0.7.1

Compatibility facade for negative fixture builders used by uselesskey.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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:

```rust
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`.