Neil Twigg
1527000d1f
Use crypto/rand.Read instead of math/rand.Read
...
As of Go 1.20, `math/rand.Read` is deprecated. In addition to that, it also
isn't recommended for use in combination with anything cryptographic.
I haven't replaced all `math/rand` with `crypto/rand` imports because there
are still some legitimate uses for the `math/rand` package in some places.
Signed-off-by: Neil Twigg <neil@nats.io >
2023-07-13 12:04:58 +01:00
..
2023-01-25 21:22:20 -08:00
2023-05-14 14:02:19 -07:00
2021-02-10 11:15:23 -08:00
2018-01-15 15:27:18 -08:00
2023-04-27 17:59:25 -06:00
2022-12-12 13:18:44 -08:00
2020-02-19 13:19:08 -07:00
2023-04-29 19:52:57 -07:00
2023-04-27 17:59:25 -06:00
2022-04-26 14:11:31 -06:00
2022-12-12 13:18:44 -08:00
2019-12-12 11:58:24 -07:00
2023-05-15 17:42:39 -06:00
2020-06-02 11:10:21 -06:00
2022-08-05 09:55:37 -06:00
2022-12-12 13:18:44 -08:00
2023-07-13 12:04:58 +01:00
2023-05-15 17:42:39 -06:00
2023-04-27 17:59:25 -06:00
2020-06-12 17:26:43 -07:00
2019-06-03 19:45:47 -06:00
2022-12-12 13:18:44 -08:00
2021-09-02 14:22:56 -06:00
2019-06-03 19:45:47 -06:00
2022-12-12 13:18:44 -08:00
2020-05-29 17:56:45 -07:00
2022-08-05 09:55:37 -06:00
2022-12-12 13:18:44 -08:00
2022-12-12 13:18:44 -08:00
2022-12-12 13:18:44 -08:00
2023-06-09 15:09:15 -07:00
2022-08-31 14:52:45 -07:00
2023-05-15 17:42:39 -06:00
2023-04-03 09:32:25 -06:00
2020-05-25 06:58:23 -07:00
2018-06-28 16:10:19 -07:00