https://github.com/tinydancer-io/receipt-tree-formal-proof
https://github.com/tinydancer-io/receipt-tree-formal-proof
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinydancer-io/receipt-tree-formal-proof
- Owner: tinydancer-io
- Created: 2023-08-30T14:54:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T00:46:50.000Z (over 1 year ago)
- Last Synced: 2025-01-12T20:11:56.571Z (5 months ago)
- Language: TeX
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Receipt-tree-formal-proof
Receipt tree is a binary merkle tree of transaction receipts as described in [SIMD](https://github.com/solana-foundation/solana-improvement-documents/pull/64). In this repository we provide a formal proof of
security against merkle tree length extension attacks and malleability by formalizing the commitment scheme
and adding preventive measures against the mentioned attacks.