Skip to content

Commit

Permalink
fix: switch to crypto/rand.Read
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Feb 9, 2023
1 parent 7a77473 commit a9e1150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merkledag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package merkledag_test
import (
"bytes"
"context"
"crypto/rand"
"encoding/hex"
"encoding/json"
"errors"
"fmt"
"io"
"math"
"math/rand"
"strings"
"sync"
"testing"
Expand Down

0 comments on commit a9e1150

Please sign in to comment.