DescriptionRemove use of random_shuffle() in PermutedEntropyProvider.
Although all current toolchains that we use have the
same algorithm backing that function, it is apparently
not guaranteed by the spec and the libc++ implementation
differs.
Since we rely on consistent results here, change the code
to do its own shuffle using the same algorithm.
Correctness is already covered by existing tests.
BUG=358564
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261381
Patch Set 1 #
Messages
Total messages: 17 (0 generated)
|