Skip to content

Commit

Permalink
Merge pull request #1 from lgierth/golang-crypto
Browse files Browse the repository at this point in the history
key: crypto has moved to golang.org/x
  • Loading branch information
Emery Hemingway committed Mar 3, 2016
2 parents 9d233e1 + 2d35e68 commit 7745c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key/private.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package key

import (
"code.google.com/p/go.crypto/curve25519"
"crypto/rand"
"encoding/hex"
"golang.org/x/crypto/curve25519"
)

type (
Expand Down

0 comments on commit 7745c8e

Please sign in to comment.