Skip to content

Commit

Permalink
fix: math/rand -> crypto/rand
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 15, 2023
1 parent c36c36f commit a791fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multibase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package multibase

import (
"bytes"
"math/rand"
"crypto/rand"
"sort"
"testing"
)
Expand Down

0 comments on commit a791fa9

Please sign in to comment.