v3.0.0
Release notes:
- Fix an important correctness bug in the rejection sampling algorithm where recursive and imperative code were mixed improperly.
- Remove the warning when using an old version of
node
. It is now assumed thatglobalThis.crypto
is available, and the code will run into a generic error if not. - The
global
build has been removed. ConsultREADME.md
for a way to generate such a build for yourself.