Commit 7a7e3d16 authored by Matthew Holt's avatar Matthew Holt

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

parent 5a1243ff
......@@ -2,9 +2,9 @@ package httpserver
import (
"bytes"
"crypto/rand"
"fmt"
"io/ioutil"
"math/rand"
"net"
"net/http"
"net/url"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment