Merge pull request #913 from vitzli/master

add /dev/crypto-notes.md
This commit is contained in:
Juan Batiz-Benet 2015-03-17 05:22:00 -07:00
commit 8fa9252fb1

6
dev/crypto-notes.md Normal file
View File

@ -0,0 +1,6 @@
## Important notes
### Key-pair generation
It is critical that we check cryptographic operations to ensure the right amount of entropy is being sourced.
See: [Issue #911](https://github.com/jbenet/go-ipfs/issues/911)