diff options
Diffstat (limited to 'common/drbg')
-rw-r--r-- | common/drbg/hash_drbg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/drbg/hash_drbg.go b/common/drbg/hash_drbg.go index 2cd1ec7..7feb9e8 100644 --- a/common/drbg/hash_drbg.go +++ b/common/drbg/hash_drbg.go @@ -30,8 +30,8 @@ package drbg import ( - "encoding/hex" "encoding/binary" + "encoding/hex" "fmt" "hash" |