summaryrefslogtreecommitdiff
path: root/drbg/hash_drbg.go
diff options
context:
space:
mode:
Diffstat (limited to 'drbg/hash_drbg.go')
-rw-r--r--drbg/hash_drbg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/drbg/hash_drbg.go b/drbg/hash_drbg.go
index 7186fd0..c94902a 100644
--- a/drbg/hash_drbg.go
+++ b/drbg/hash_drbg.go
@@ -37,7 +37,7 @@ import (
"github.com/dchest/siphash"
- "github.com/yawning/obfs4/csrand"
+ "git.torproject.org/pluggable-transports/obfs4.git/csrand"
)
// Size is the length of the HashDrbg output.