uselesskey-core-negative-der 0.4.0

DER-focused negative fixture builders for deterministic corruption in uselesskey.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# uselesskey-core-negative-der

DER-specific negative fixture builders for deterministic corruption used by
`uselesskey` test utilities.

## Purpose

- Truncate DER vectors and flip bytes at deterministic offsets.
- Provide deterministic DER mutation helpers used for parser-failure fixtures.
- Keep DER behavior isolated as a small SRP microcrate.

This crate intentionally only manipulates byte shape and does not parse or
validate cryptographic semantics.