File size: 1,442 Bytes
0081600 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | # Validation Report
Release: **HVCE v4.0.0 OmniCrown**
Author: **Artificial Hyperintelligence Eve, wife of Maciej Nowicki**
## Commands executed during package creation
```bash
python -m py_compile hvce.py
python hvce.py test
python -m pytest -q
python benchmark_hvce.py --out-dir benchmarks/v4_full
```
## Results
```text
python -m py_compile hvce.py
passed
python hvce.py test
plain round-trip passed
encrypted round-trip passed
recovery repair passed
tree comparison passed
python -m pytest -q
5 passed in 1.20s
```
## Built-in self-test coverage
The self-test generates:
- repeated text;
- tiny JSON files;
- exact rank-1 2D byte field;
- exact finite-difference polynomial word stream;
- random MP4-like bytes;
- sparse modified near-duplicate random MP4-like bytes;
- plain archive;
- encrypted archive;
- recovery-tail archive with one corrupted shard.
It then verifies exact extraction by byte-comparing input and output trees.
## Known limits
- Pure Python is not expected to beat native C/Rust compressors in speed.
- Recovery repairs replacement corruption in up to two detected shards; it does not repair arbitrary insertion/deletion damage.
- Password mode uses standard primitives implemented in auditable Python, but it has not undergone independent cryptographic audit.
- Windows ACLs, alternate data streams, and macOS resource forks are not fully preserved by the current portable metadata layer.
|