network
A Kotlin Multiplatform networking module providing WebSocket-based communication for the SilentShard MPC protocol. This module handles real-time bidirectional communication between parties during cryptographic operations.
The Network module provides:
WebSocket client implementation using Ktor
Connection management and lifecycle handling
Automatic reconnection and error handling
Support for secure (wss://) and insecure (ws://) connections
Authentication token support
Cross-platform support (Android, iOS)
A Kotlin Multiplatform networking module providing WebSocket-based communication for the SilentShard MPC protocol. This module handles real-time bidirectional communication between parties during cryptographic operations.
The Network module provides:
WebSocket client implementation using Ktor
Connection management and lifecycle handling
Automatic reconnection and error handling
Support for secure (wss://) and insecure (ws://) connections
Authentication token support
Cross-platform support (Android, iOS)