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 (
"bytes"
"crypto/rand"
"fmt"
"io/ioutil"
"math/rand"
"net"
"net/http"
"net/url"