Browse Source

godep&x/crypto: updated multihash and moved to x/crypto for blowfish

pull/2/head
Henry 10 years ago
parent
commit
f71d1733dc
  1. 3
      crypto/secio/al.go

3
crypto/secio/al.go

@ -13,8 +13,7 @@ import (
"crypto/sha512" "crypto/sha512"
"hash" "hash"
bfish "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.crypto/blowfish" bfish "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/crypto/blowfish"
ci "github.com/jbenet/go-ipfs/p2p/crypto" ci "github.com/jbenet/go-ipfs/p2p/crypto"
) )

Loading…
Cancel
Save