1
0
Fork 0
forked from External/grumble

use updated import paths for proto, nacl

This commit is contained in:
Tim Cooper 2016-03-25 22:04:43 -03:00
parent 00ed0498aa
commit 083163daf9
12 changed files with 12 additions and 12 deletions

View file

@ -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