Skip to content

Commit f9ae0d3

Browse files
committed
Linting
1 parent 8d0948c commit f9ae0d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/session/session_protocol.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ session_protocol_encrypted_for_destination session_protocol_encrypt_for_communit
272272
/// - `ed25519_privkey_len` -- The length of the ed25519_privkey buffer in bytes (32 or 64).
273273
/// - `sent_timestamp_ms` -- The timestamp to assign to the message envelope, in milliseconds.
274274
/// - `group_ed25519_pubkey` -- The group's public key (33 bytes) for encryption with a 0x03 prefix.
275-
/// - `group_ed25519_privkey` -- The group's private key (32 bytes) for groups v2 messages, typically
275+
/// - `group_ed25519_privkey` -- The group's private key (32 bytes) for groups v2 messages,
276+
/// typically
276277
/// the latest encryption key for the group (e.g., Keys::group_enc_key).
277278
/// - `pro_sig` -- Optional signature over the unencrypted plaintext with the user's Session Pro
278279
/// rotating public key, if using Session Pro features. If provided, the corresponding proof must

0 commit comments

Comments
 (0)