-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathnoise_protocol_debug.log
More file actions
174 lines (174 loc) · 16.8 KB
/
noise_protocol_debug.log
File metadata and controls
174 lines (174 loc) · 16.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
[1754073324] [NOISE_PROTOCOL_DEBUG] HANDSHAKE_INIT - Protocol name: Noise_XX_25519_ChaChaPoly_SHA256
[1754073324] [NOISE_PROTOCOL_DEBUG] HANDSHAKE_INIT - Initial hash: [78, 111, 105, 115, 101, 95, 88, 88]
[1754073324] [NOISE_PROTOCOL_DEBUG] HANDSHAKE_INIT - Initial chaining key: [78, 111, 105, 115, 101, 95, 88, 88]
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_START - Pattern: XX, Current: 0/3
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERNS - Processing patterns: [E]
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: E
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_E - Generating ephemeral key
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_E_DONE - Ephemeral key generated, buffer size: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ENCRYPT - Encrypting payload of 0 bytes
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ENCRYPT_DONE - Payload encrypted, total buffer size: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_COMPLETE - Message written, pattern 0 complete
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_START - Pattern: XX, Current: 1/3
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE - Hash before read: [172, 134, 189, 100, 202, 142, 49, 107]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERNS - Processing patterns: [E, EE, S, ES]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: E
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [172, 134, 189, 100, 202, 142, 49, 107]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_E - Reading ephemeral key
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_E_BYTES - Ephemeral key bytes: [42, 59, 123, 238, 198, 226, 194, 114]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_E_DONE - Ephemeral key read, offset: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern E: [173, 165, 207, 213, 240, 44, 37, 67]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: EE
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [173, 165, 207, 213, 240, 44, 37, 67]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_EE - Performing DH(ephemeral, ephemeral)
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_EE_DONE - DH(ephemeral, ephemeral) completed
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern EE: [173, 165, 207, 213, 240, 44, 37, 67]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: S
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [173, 165, 207, 213, 240, 44, 37, 67]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S - Reading static key
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S_CHECK - Checking static key length: need 48 bytes, available 64 bytes, has_cipher_key: true
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S_DATA - Static key data length: 48, has_cipher_key: true
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH - Decrypting with cipher key, ciphertext length: 48
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH - Current hash length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_BYTES - Hash bytes: [173, 165, 207, 213, 240, 44, 37, 67]
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 48
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_SUCCESS - Decryption successful, plaintext length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_MIXED - Hash mixed with ciphertext
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S_DONE - Static key read and validated successfully
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern S: [88, 253, 94, 146, 31, 180, 191, 83]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: ES
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [88, 253, 94, 146, 31, 180, 191, 83]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_ES - Performing DH(ephemeral, static)
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_ES_DONE - DH(ephemeral, static) completed
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern ES: [88, 253, 94, 146, 31, 180, 191, 83]
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PAYLOAD - Decrypting payload, length: 16
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH - Decrypting with cipher key, ciphertext length: 16
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH - Current hash length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_BYTES - Hash bytes: [88, 253, 94, 146, 31, 180, 191, 83]
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 16
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 0
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_SUCCESS - Decryption successful, plaintext length: 0
[1754073324] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_MIXED - Hash mixed with ciphertext
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PAYLOAD_SUCCESS - Payload decrypted successfully, length: 0
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_COMPLETE - Message read successfully, new pattern: 2/3
[1754073324] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER - Hash after read: [184, 34, 88, 192, 111, 56, 213, 103]
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_START - Pattern: XX, Current: 2/3
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERNS - Processing patterns: [S, SE]
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: S
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_S - Sending static key
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT - Encrypting with key, plaintext length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_KEY - Key length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_NONCE - Current nonce: 1
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_ASSOCIATED_DATA - Associated data length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_SUCCESS - Encryption successful, ciphertext length: 48
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_S_DONE - Static key encrypted and sent, buffer size: 48
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: SE
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_SE - Performing DH(static, ephemeral), role: Initiator
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_SE_DONE - DH(static, ephemeral) completed for initiator
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ENCRYPT - Encrypting payload of 0 bytes
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT - Encrypting with key, plaintext length: 0
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_KEY - Key length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_NONCE - Current nonce: 0
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_ASSOCIATED_DATA - Associated data length: 32
[1754073324] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_SUCCESS - Encryption successful, ciphertext length: 16
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ENCRYPT_DONE - Payload encrypted, total buffer size: 64
[1754073324] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_COMPLETE - Message written, pattern 2 complete
[1754073325] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754073325] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754073326] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754073326] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754073328] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754073328] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754074022] [NOISE_PROTOCOL_DEBUG] HANDSHAKE_INIT - Protocol name: Noise_XX_25519_ChaChaPoly_SHA256
[1754074022] [NOISE_PROTOCOL_DEBUG] HANDSHAKE_INIT - Initial hash: [78, 111, 105, 115, 101, 95, 88, 88]
[1754074022] [NOISE_PROTOCOL_DEBUG] HANDSHAKE_INIT - Initial chaining key: [78, 111, 105, 115, 101, 95, 88, 88]
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_START - Pattern: XX, Current: 0/3
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE - Hash before read: [243, 209, 94, 97, 8, 237, 149, 86]
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERNS - Processing patterns: [E]
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: E
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [243, 209, 94, 97, 8, 237, 149, 86]
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_E - Reading ephemeral key
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_E_BYTES - Ephemeral key bytes: [224, 2, 151, 63, 243, 248, 220, 185]
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_E_DONE - Ephemeral key read, offset: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern E: [42, 252, 148, 102, 140, 181, 126, 151]
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PAYLOAD - Decrypting payload, length: 0
[1754074022] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH - No cipher key, treating as plaintext, length: 0
[1754074022] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_PLAINTEXT - Hash mixed with plaintext
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PAYLOAD_SUCCESS - Payload decrypted successfully, length: 0
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_COMPLETE - Message read successfully, new pattern: 1/3
[1754074022] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER - Hash after read: [211, 151, 140, 2, 138, 148, 228, 160]
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_START - Pattern: XX, Current: 1/3
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERNS - Processing patterns: [E, EE, S, ES]
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: E
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_E - Generating ephemeral key
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_E_DONE - Ephemeral key generated, buffer size: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: EE
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_EE - Performing DH(ephemeral, ephemeral)
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_EE_DONE - DH(ephemeral, ephemeral) completed
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: S
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_S - Sending static key
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT - Encrypting with key, plaintext length: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_KEY - Key length: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_NONCE - Current nonce: 0
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_ASSOCIATED_DATA - Associated data length: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_SUCCESS - Encryption successful, ciphertext length: 48
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_S_DONE - Static key encrypted and sent, buffer size: 80
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_PATTERN - Processing pattern: ES
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ES - Performing DH(ephemeral, static), role: Responder
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ES_DONE - DH(ephemeral, static) completed for responder
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ENCRYPT - Encrypting payload of 0 bytes
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT - Encrypting with key, plaintext length: 0
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_KEY - Key length: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_NONCE - Current nonce: 0
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_ASSOCIATED_DATA - Associated data length: 32
[1754074022] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_SUCCESS - Encryption successful, ciphertext length: 16
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_ENCRYPT_DONE - Payload encrypted, total buffer size: 96
[1754074022] [NOISE_PROTOCOL_DEBUG] WRITE_MESSAGE_COMPLETE - Message written, pattern 1 complete
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_START - Pattern: XX, Current: 2/3
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE - Hash before read: [241, 96, 210, 1, 65, 211, 75, 217]
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERNS - Processing patterns: [S, SE]
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: S
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [241, 96, 210, 1, 65, 211, 75, 217]
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S - Reading static key
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S_CHECK - Checking static key length: need 48 bytes, available 64 bytes, has_cipher_key: true
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S_DATA - Static key data length: 48, has_cipher_key: true
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH - Decrypting with cipher key, ciphertext length: 48
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH - Current hash length: 32
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_BYTES - Hash bytes: [241, 96, 210, 1, 65, 211, 75, 217]
[1754074023] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 48
[1754074023] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 32
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_SUCCESS - Decryption successful, plaintext length: 32
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_MIXED - Hash mixed with ciphertext
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_S_DONE - Static key read and validated successfully
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern S: [236, 223, 15, 21, 73, 170, 75, 143]
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PATTERN - Processing pattern: SE
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_BEFORE_PATTERN - Hash before pattern: [236, 223, 15, 21, 73, 170, 75, 143]
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_SE - Performing DH(static, ephemeral)
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_SE_DONE - DH(static, ephemeral) completed
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER_PATTERN - Hash after pattern SE: [236, 223, 15, 21, 73, 170, 75, 143]
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PAYLOAD - Decrypting payload, length: 16
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH - Decrypting with cipher key, ciphertext length: 16
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH - Current hash length: 32
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_BYTES - Hash bytes: [236, 223, 15, 21, 73, 170, 75, 143]
[1754074023] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 16
[1754074023] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 0
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_SUCCESS - Decryption successful, plaintext length: 0
[1754074023] [NOISE_PROTOCOL_DEBUG] DECRYPT_AND_HASH_HASH_MIXED - Hash mixed with ciphertext
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_PAYLOAD_SUCCESS - Payload decrypted successfully, length: 0
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_COMPLETE - Message read successfully, new pattern: 3/3
[1754074023] [NOISE_PROTOCOL_DEBUG] READ_MESSAGE_HASH_AFTER - Hash after read: [144, 62, 154, 137, 61, 93, 232, 154]
[1754074026] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754074026] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754074027] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754074027] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754074028] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754074028] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754074030] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT - Decrypting with key, ciphertext length: 276
[1754074030] [NOISE_PROTOCOL_DEBUG] CIPHER_DECRYPT_SUCCESS - Decryption successful, plaintext length: 256
[1754074039] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT - Encrypting with key, plaintext length: 78
[1754074039] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_KEY - Key length: 32
[1754074039] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_NONCE - Current nonce: 0
[1754074039] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_ASSOCIATED_DATA - Associated data length: 0
[1754074039] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_SUCCESS - Encryption successful, ciphertext length: 94
[1754074039] [NOISE_PROTOCOL_DEBUG] CIPHER_ENCRYPT_TRANSPORT - Transport message with nonce prefix, total length: 98