aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/cast5/verify_cast5.go
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/custom-vectors/cast5/verify_cast5.go')
-rw-r--r--docs/development/custom-vectors/cast5/verify_cast5.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/custom-vectors/cast5/verify_cast5.go b/docs/development/custom-vectors/cast5/verify_cast5.go
index cbc89a03..b2d711a9 100644
--- a/docs/development/custom-vectors/cast5/verify_cast5.go
+++ b/docs/development/custom-vectors/cast5/verify_cast5.go
@@ -3,7 +3,7 @@ package main
import (
"bufio"
"bytes"
- "code.google.com/p/go.crypto/cast5"
+ "golang.org/x/crypto/cast5"
"crypto/cipher"
"encoding/hex"
"fmt"