https://github.com/daira/zcash-security
Code and documentation supporting security analysis of Zcash
https://github.com/daira/zcash-security
Last synced: about 2 months ago
JSON representation
Code and documentation supporting security analysis of Zcash
- Host: GitHub
- URL: https://github.com/daira/zcash-security
- Owner: daira
- License: mit
- Created: 2022-01-24T17:24:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T02:05:41.000Z (about 1 year ago)
- Last Synced: 2025-02-04T22:30:30.155Z (4 months ago)
- Language: Python
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zcash security analysis
-----------------------This repository contains code and documentation supporting security analysis of Zcash.
Contents:
* zcash-security.{[pdf](https://github.com/daira/zcash-security/raw/main/zcash-security.pdf),[odp](https://github.com/daira/zcash-security/raw/main/zcash-security.odp)}: slides for Daira's "Explaining the Security of Zcash" [presentation](https://www.youtube.com/watch?v=f6UToqiIdeY) at Zcon3.
* [sapling_entropy.py](sapling_entropy.py): calculate the entropy of ToScalarSapling(PRFexpandK(constant))
where K is 256 bits.License
-------All code and documentation in this repository is licensed under the [MIT license](LICENSE).