Add another security warning

This commit is contained in:
Taylor Hornby 2016-07-12 15:22:17 -06:00
parent 8fb1005c5e
commit 60991f9e7b
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ Security Audit
Zcash has not yet been subjected to a formal third-party security review. This Zcash has not yet been subjected to a formal third-party security review. This
section will be updated with links to security audit reports in the future. section will be updated with links to security audit reports in the future.
x86-64 Linux Only
-----------------------
There are [known bugs](https://github.com/scipr-lab/libsnark/issues/26) which
make proving keys generated on 64-bit systems unusable on 32-bit and big-endian
systems. It's unclear if a warning will be issued in this case, or if the
proving system will be silently compromised.
Side-Channel Attacks Side-Channel Attacks
-------------------- --------------------