- Byte-exact TCE codec (encoder/decoder, canonical numbers, vectors-tested) - Ed25519 identities with bech32m trust1… addresses - Relay client: challenge/auth handshake, request feed, responses, transparent re-auth on 401 - iced GUI (Material-dark, Solana-style palette): tab shell, approval prompts with native toasts on Linux, address book, history, settings, password change - Portable single-file vault (identity + book + history + settings) - Live 2FA roundtrip examples (send_2fa, await_2fa)
13 lines
127 B
Text
13 lines
127 B
Text
# Rust / Cargo
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Local builds & artifacts
|
|
*.exe
|
|
/dist
|
|
|
|
# Editor / OS noise
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|