no prologue

This commit is contained in:
callebtc
2025-07-19 19:30:11 +02:00
parent 342796dc01
commit cdab3e9b97
@@ -157,7 +157,6 @@ class NoiseSession(
} else { } else {
Log.d(TAG, "Local static key pair not needed for this handshake pattern/role") Log.d(TAG, "Local static key pair not needed for this handshake pattern/role")
} }
handshakeState?.setPrologue(PROTOCOL_NAME.toByteArray(), 0, PROTOCOL_NAME.toByteArray().size)
handshakeState?.start() handshakeState?.start()
Log.d(TAG, "Handshake state started successfully with persistent identity keys") Log.d(TAG, "Handshake state started successfully with persistent identity keys")