Files
featherChat/warzone/target/debug/deps/iri_string-e524ca71043110a8.d
Siavash Sameni 651396fa13 Scaffold Rust workspace: warzone-protocol, server, client, mule
4 crates, all compile. 16/17 tests pass.

warzone-protocol (core crypto):
- Seed-based identity (Ed25519 + X25519 from 32-byte seed via HKDF)
- BIP39 mnemonic encode/decode (24 words)
- Fingerprint type (SHA-256 truncated, displayed as xxxx:xxxx:xxxx:xxxx)
- ChaCha20-Poly1305 AEAD encrypt/decrypt with random nonce
- HKDF-SHA256 key derivation
- Pre-key bundle generation with Ed25519 signatures
- X3DH key exchange (simplified, needs X25519 identity key in bundle)
- Double Ratchet: full implementation with DH ratchet, chain ratchet,
  out-of-order message handling via skipped keys cache
- Message format (WarzoneMessage envelope + RatchetHeader)
- Session type with ratchet state
- Storage trait definitions (PreKeyStore, SessionStore, MessageQueue)

warzone-server (axum):
- sled database (keys, messages, one-time pre-keys)
- Routes: /v1/health, /v1/keys/register, /v1/keys/{fp},
  /v1/messages/send, /v1/messages/poll/{fp}, /v1/messages/{id}/ack

warzone-client (CLI):
- `warzone init` — generate seed, show mnemonic, save to ~/.warzone/
- `warzone recover <words>` — restore from mnemonic
- `warzone info` — show fingerprint and keys
- Seed storage at ~/.warzone/identity.seed (600 perms)
- Stubs for send, recv, chat commands

warzone-mule: Phase 4 placeholder

Known issue: X3DH test fails (initiate/respond use different DH ops
due to missing X25519 identity key in bundle). Fix in next step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 21:27:48 +04:00

55 lines
16 KiB
D

/Users/manwe/CascadeProjects/arvan/warzone/target/debug/deps/iri_string-e524ca71043110a8.d: /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/lib.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/build.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/components.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/components/authority.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/convert.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/format.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/mask_password.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/path.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/pct_case.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/char.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/str.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/str/maybe_pct_encoded.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/trusted.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/trusted/authority.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate/authority.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate/path.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/percent_encode.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/percent_encode/decode.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/raw.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/resolve.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/spec.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/spec/internal.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/components.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/context.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/expand.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser/char.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser/validate.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/simple_context.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/string.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/string/owned.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/macros.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/absolute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/fragment.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/normal.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/query.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/reference.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/relative.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/iri.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/uri.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/validate.rs
/Users/manwe/CascadeProjects/arvan/warzone/target/debug/deps/libiri_string-e524ca71043110a8.rmeta: /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/lib.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/build.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/components.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/components/authority.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/convert.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/format.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/mask_password.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/path.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/pct_case.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/char.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/str.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/str/maybe_pct_encoded.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/trusted.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/trusted/authority.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate/authority.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate/path.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/percent_encode.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/percent_encode/decode.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/raw.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/resolve.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/spec.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/spec/internal.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/components.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/context.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/expand.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser/char.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser/validate.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/simple_context.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/string.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/string/owned.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/macros.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/absolute.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/error.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/fragment.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/normal.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/query.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/reference.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/relative.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/iri.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/uri.rs /Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/validate.rs
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/lib.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/build.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/components.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/components/authority.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/convert.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/format.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/mask_password.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/error.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/path.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/normalize/pct_case.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/char.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/str.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/str/maybe_pct_encoded.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/trusted.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/trusted/authority.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate/authority.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/parser/validate/path.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/percent_encode.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/percent_encode/decode.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/raw.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/resolve.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/spec.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/spec/internal.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/components.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/context.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/error.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/expand.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser/char.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/parser/validate.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/simple_context.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/string.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/template/string/owned.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/macros.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/absolute.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/error.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/fragment.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/normal.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/query.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/reference.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/generic/relative.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/iri.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/types/uri.rs:
/Users/manwe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.11/src/validate.rs: