## Summary
## Specification and security impact
## Verification
- [ ] `cargo fmt --all -- --check`
- [ ] `cargo test --all-features`
- [ ] `cargo test --no-default-features`
- [ ] `cargo clippy --all-targets --all-features -- -D warnings`
- [ ] RFC vectors or focused regression tests added where behavior changed
- [ ] Public API and security documentation updated
## Compatibility