add identifier to ciphertext and use it on sync mechanism

This commit is contained in:
Sergio Chouhy
2026-04-16 23:22:40 -03:00
parent 4c050f35dd
commit 3cf7972425
37 changed files with 37 additions and 29 deletions
@@ -425,6 +425,7 @@ fn compute_circuit_output(
// Encrypt and push post state
let encrypted_account = EncryptionScheme::encrypt(
&post_with_updated_nonce,
*identifier,
shared_secret,
&commitment_post,
output_index,