1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

security TODO warning

This commit is contained in:
Juan Batiz-Benet
2014-10-01 01:31:04 -07:00
parent 41aab9f46f
commit 19b0a28d43

View File

@ -195,6 +195,8 @@ type Node struct {
name string
// Private keys held by nodes at the root of a keyspace
// WARNING(security): the PrivKey interface is currently insecure
// (holds the raw key). It will be secured later.
key ci.PrivKey
Ipfs *core.IpfsNode