context: Use crypto/rand in case method used for crypto purposes

This commit is contained in:
Matthew Holt 2017-04-15 22:32:41 -06:00
parent 5a1243ff42
commit 7a7e3d160b
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -2,9 +2,9 @@ package httpserver
import ( import (
"bytes" "bytes"
"crypto/rand"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"math/rand"
"net" "net"
"net/http" "net/http"
"net/url" "net/url"