no prologue

This commit is contained in:
callebtc 2025-07-19 19:30:11 +02:00
parent 342796dc01
commit cdab3e9b97

View File

@ -157,7 +157,6 @@ class NoiseSession(
} else {
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()
Log.d(TAG, "Handshake state started successfully with persistent identity keys")