fix: math/rand -> crypto/rand
This commit is contained in:
@@ -2,7 +2,7 @@ package multibase
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"math/rand"
|
"crypto/rand"
|
||||||
"sort"
|
"sort"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user