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