Remove unused handshake coordinator and identity placeholders (#656)

This commit is contained in:
jack
2025-09-21 13:20:21 +02:00
committed by GitHub
parent 47ef82f01a
commit c837afb818
3 changed files with 0 additions and 376 deletions
@@ -62,7 +62,6 @@
/// ## Integration Points
/// - **BLEService**: Calls this service for all private messages
/// - **ChatViewModel**: Monitors encryption status for UI indicators
/// - **NoiseHandshakeCoordinator**: Prevents handshake race conditions
/// - **KeychainManager**: Secure storage for identity keys
///
/// ## Thread Safety