Improve usage of math/rand versus crypto/rand
math/rand was being used inappropiately and did not have a init function for every file it was used in.
Showing
- .github/workflows/ci.yml 0 additions, 8 deletions.github/workflows/ci.yml
- assert_test.go 5 additions, 0 deletionsassert_test.go
- ci/wasm.sh 1 addition, 1 deletionci/wasm.sh
- conn.go 6 additions, 10 deletionsconn.go
- conn_common.go 9 additions, 8 deletionsconn_common.go
- conn_test.go 4 additions, 4 deletionsconn_test.go
- frame_test.go 5 additions, 0 deletionsframe_test.go
- handshake.go 12 additions, 5 deletionshandshake.go
- handshake_test.go 5 additions, 2 deletionshandshake_test.go
Loading
Please register or sign in to comment