mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-26 07:31:09 +00:00
- verify_log verifies against an address; the wrapped key is crate-private - AccountRegistry answers in keys, keyed by address; the log stays internal - crate doc presents the address as an opaque routable id - AccountError::Log converts log errors at the API boundary Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
λAccount
Logos(λ) Accounts are used to represent users across multiple services.
An Account is a grouping of different entities used to describe a single User or entity in the Logos Ecosystem.
Services Supported
| Service | Supported |
|---|---|
| λChat | 🟢 |
LogosAccount
Not Implemented
TestLogosAccount (feature = "dev")
A minimal implementation intended for development, testing, and CLI tooling. It accepts any string as the account ID and generates a fresh Ed25519 key pair on construction. State is not persisted — identity is lost on drop.
Do not use in production.