docs(03): create phase plan for round-trip verification

This commit is contained in:
NikitolProject
2026-02-25 00:23:05 +03:00
parent 09a3593b8a
commit 8447cc399c
3 changed files with 395 additions and 3 deletions

View File

@@ -60,11 +60,11 @@ Plans:
2. Golden test vectors exist: a known plaintext + known key + known IV produces an expected ciphertext (checked in CI)
3. Unit tests cover each pipeline stage independently: compression, encryption, HMAC, format serialization/deserialization
4. Round-trip succeeds for edge cases: empty file, large APK (>10MB), file with non-ASCII name (Cyrillic)
**Plans**: TBD
**Plans**: 2 plans
Plans:
- [ ] 03-01: TBD
- [ ] 03-02: TBD
- [ ] 03-01-PLAN.md -- Library crate structure, dev-dependencies, and unit tests for crypto/compression/format modules
- [ ] 03-02-PLAN.md -- Golden test vectors with fixed IV/key and CLI round-trip integration tests
### Phase 4: Kotlin Decoder
**Goal**: Android 13 Kotlin code that extracts files from the custom archive using only Android SDK built-ins