1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

crypto -> p2p/crypto

The crypto package moves into p2p. Nothing in it so far is ipfs
specific; everything is p2p-general.
This commit is contained in:
Juan Batiz-Benet
2014-12-29 05:45:55 -08:00
parent 89f5cd4c94
commit cc0d7c9b57
47 changed files with 40 additions and 40 deletions

View File

@ -7,8 +7,8 @@ import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
mh "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
ci "github.com/jbenet/go-ipfs/crypto"
pb "github.com/jbenet/go-ipfs/namesys/internal/pb"
ci "github.com/jbenet/go-ipfs/p2p/crypto"
routing "github.com/jbenet/go-ipfs/routing"
u "github.com/jbenet/go-ipfs/util"
)