Adds MLKEM Payload placeholder to client internals

This commit is contained in:
riccardom
2026-09-11 14:48:54 +02:00
parent 902daf61e6
commit 30212ca92c
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -2997,6 +2997,7 @@ func convertToOfferAnswer(msg *sProto.Message) (*peer.OfferAnswer, error) {
Version: msg.GetBody().GetNetBirdVersion(),
RosenpassPubKey: rosenpassPubKey,
RosenpassAddr: rosenpassAddr,
MlkemPayload: msg.GetBody().GetMlkemPayload(),
RelaySrvAddress: msg.GetBody().GetRelayServerAddress(),
RelaySrvIP: relayIP,
SessionID: sessionID,