Skip to content

Commit 95931bd

Browse files
committed
replace crypto/rand by math/rand in tests
1 parent ebd5414 commit 95931bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base58_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package base58
22

33
import (
4-
"crypto/rand"
54
"encoding/hex"
5+
"math/rand"
66
"testing"
77
)
88

0 commit comments

Comments
 (0)