Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add two missing system headers to sha512.cc | John Wiegley | 2024-08-05 | 1 | -0/+2 |
| | |||||
* | Revert all changes to sha512.c | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Change one prototype | John Wiegley | 2024-08-05 | 1 | -3/+1 |
| | |||||
* | Remove most changes to sha512.cc | John Wiegley | 2024-08-05 | 1 | -5/+11 |
| | |||||
* | Include sys/types.h | John Wiegley | 2024-08-05 | 1 | -0/+1 |
| | |||||
* | Include stdint.h in sha512.cc | John Wiegley | 2024-08-05 | 1 | -0/+1 |
| | |||||
* | Fix return type of SHA512 | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Try something else | John Wiegley | 2024-08-05 | 1 | -7/+1 |
| | |||||
* | Revert a type change | John Wiegley | 2024-08-05 | 1 | -2/+2 |
| | |||||
* | Type signature fix | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Update src/sha512.cc | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Update src/sha512.cc | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Add support for hash chaining to detect modifications in postings | John Wiegley | 2024-08-05 | 1 | -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 |