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