This website requires JavaScript.
Explore
Help
Register
Sign in
sirius
/
onionwire
Watch
1
Star
0
Fork
You've already forked onionwire
0
Code
Issues
Pull requests
1
Projects
Releases
3
Packages
Wiki
Activity
Actions
4
4fb4648552
onionwire
/
src
/
lib.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
[verified] Add QR codec and ratatui roster. M2: onionwire:v1 signed payload, Unicode QR, same-k locator update, unknown-k approval in TUI. F4 is a no-op stub. No Tor in the bin.
2026-09-10 01:54:19 -04:00
pub
mod
qr
;
[verified] Add sqlite store and first-run identity. Friends are UNIQUE(pubkey); onion is a locator. Honor ONIONWIRE_HOME.
2026-09-10 01:43:02 -04:00
mod
store
;
[verified] Add QR codec and ratatui roster. M2: onionwire:v1 signed payload, Unicode QR, same-k locator update, unknown-k approval in TUI. F4 is a no-op stub. No Tor in the bin.
2026-09-10 01:54:19 -04:00
pub
mod
tui
;
[verified] Add sqlite store and first-run identity. Friends are UNIQUE(pubkey); onion is a locator. Honor ONIONWIRE_HOME.
2026-09-10 01:43:02 -04:00
pub
use
store
::
{
Friend
,
SelfIdentity
,
Store
}
;
Reference in a new issue
Copy permalink