summaryrefslogtreecommitdiff
path: root/src/sha512.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+479
The following details of a posting contribute to its hash: fullname of account string representation of amount Each posting hashes contributes to the transaction hash, which is compromised of: previous transaction’s hash (as encountered in parsing order) actual date optional auxiliary date optional code payee hashes of all postings Note that this means that changes in the “code” or any of the comments