package
1.0.3
Repository: https://github.com/johnkhk/cli_chat_app.git
Documentation: pkg.go.dev

# README

Store

SQLite Store

Identity Store

The identity store stores the user's long term public and private identity keys

Prekey Store

The prekey store stores the user's unsigned prekeys, which are used for establishing secure sessions with other users.

Signed Prekey Store

The signed prekey store stores the user's signed prekeys, which are used for establishing secure sessions with other users.

Session Store

The session store stores the user's active sessions with other users, including the session keys and other metadata.