Update fastsha256 import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 09:11:25 -06:00
parent f7b4b5e71d
commit 04f692fbbb
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import (
"golang.org/x/crypto/nacl/secretbox"
"golang.org/x/crypto/scrypt"
"github.com/conformal/fastsha256"
"github.com/btcsuite/fastsha256"
)
var (

View file

@ -22,9 +22,9 @@ import (
"fmt"
"time"
"github.com/btcsuite/fastsha256"
"github.com/conformal/btcwallet/walletdb"
"github.com/conformal/btcwire"
"github.com/conformal/fastsha256"
)
const (