mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Don't use entropy for test
Use math/rand instead of crypto/rand, so entropy is not a blocker when running the tests.
This commit is contained in:
parent
e4c01f0595
commit
f38c91f906
2 changed files with 12 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
package amp
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue