docs(03): create phase plan for round-trip verification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user