agureev 78e5b1d1ae feat!: obfuscate note and cipher order by byte-sort
BREAKING:

Before: Commitments, nullifiers, and ciphers of an account ID I were
all bound to the same possition in their respective vectors.

After: Before writing to journal, the PPC sorts the commitments and
nullifiers by bytes and encrypted account data by ciphertext
comparissons.

Mitigation: Do not rely on the plaintext order to be preserved for
private accounts after proving
2026-06-23 15:14:18 +04:00
..