I am trying to determine how much entropy is going into a specific CSPRNG in JavaScript, but I can't seem to find a pure-JS client-side implementation of an entropy estimator.
So, I need to find a way to estimate entropy locally with pure JavaScript.
If it helps, the entropy is in an array which should be easy to manipulate.