fix: math/rand -> crypto/rand

This commit is contained in:
Rod Vagg
2023-03-15 15:35:22 +11:00
parent c36c36f88b
commit a791fa9589

View File

@@ -2,7 +2,7 @@ package multibase
import (
"bytes"
"math/rand"
"crypto/rand"
"sort"
"testing"
)