forked from External/grumble
use updated import paths for proto, nacl
This commit is contained in:
parent
00ed0498aa
commit
083163daf9
12 changed files with 12 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ package cryptstate
|
|||
|
||||
import (
|
||||
"unsafe"
|
||||
"code.google.com/p/go.crypto/nacl/secretbox"
|
||||
"golang.org/x/crypto/nacl/secretbox"
|
||||
)
|
||||
|
||||
// secretBoxMode implements the XSalsa20-Poly1305 CryptoMode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue