Skip to content

v1.6.3 Cryptographically Secured Shuffle

Compare
Choose a tag to compare
@gaukas gaukas released this 21 Feb 21:44
· 6 commits to master since this release
v1.6.3
3d4788c

Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from math/rand. This patch is for some much restrictive platforms such as WebAssembly -- on which math/rand may generate deterministic output (e.g., same random number series from each cold start).

What's Changed

  • security: crypto/rand ShuffleChromeTLSExtensions by @gaukas in #286

Full Changelog: v1.6.2...v1.6.3