From 97ef77f330428bfd4df65f350d1fece039db0a40 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 2 Nov 2015 09:50:27 -0500 Subject: [PATCH] Moved TODO doc to issue #1929 See https://github.com/ipfs/go-ipfs/pull/1928#discussion_r43626195 License: MIT Signed-off-by: Richard Littauer --- dev/crypto-notes.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dev/crypto-notes.md diff --git a/dev/crypto-notes.md b/dev/crypto-notes.md deleted file mode 100644 index 39e8eeb82..000000000 --- a/dev/crypto-notes.md +++ /dev/null @@ -1,6 +0,0 @@ -## 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/ipfs/go-ipfs/issues/911)