An open API service indexing awesome lists of open source software.

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

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).