File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,8 @@ session_protocol_encrypted_for_destination session_protocol_encrypt_for_communit
272
272
/// - `ed25519_privkey_len` -- The length of the ed25519_privkey buffer in bytes (32 or 64).
273
273
/// - `sent_timestamp_ms` -- The timestamp to assign to the message envelope, in milliseconds.
274
274
/// - `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
276
277
/// the latest encryption key for the group (e.g., Keys::group_enc_key).
277
278
/// - `pro_sig` -- Optional signature over the unencrypted plaintext with the user's Session Pro
278
279
/// rotating public key, if using Session Pro features. If provided, the corresponding proof must
You can’t perform that action at this time.
0 commit comments