feat(identity-wallet): implement create_account IPC command
- Add crypto workspace dependency to src-tauri Cargo.toml
- Implement create_account async Tauri command with:
- P-256 keypair generation
- Private key storage in iOS Keychain before network call
- POST to relay with account creation request
- Token storage in Keychain on success
- Typed error handling for relay responses
- Add types for request/response envelopes and error variants
- Register create_account command in Tauri handler
- Remove dead_code suppressions from keychain and http modules (now in use)
Verifies MM-144.AC2.1-5 and MM-144.AC3.1-5 and MM-144.AC4.1-3
authored by
malpercio.dev
and committed by