mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
remove outdated TODOs
This commit is contained in:
parent
e8b2d9748a
commit
2864c97a70
3 changed files with 0 additions and 3 deletions
|
@ -164,7 +164,6 @@ func WriteUint16(b *bytes.Buffer, i uint16) {
|
|||
|
||||
// RandomBit returns a cryptographically secure random bit (encoded as true / false)
|
||||
func RandomBit() (bool, error) {
|
||||
// TODO: it's probably more efficient to read a bigger slice of random numbers at once and to cache them somewhere
|
||||
b := make([]byte, 1)
|
||||
_, err := rand.Read(b)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue