1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 23:21:54 +08:00

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

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)