v11.1.0
Note: This version does not work with vite/svelte. It will be deprecated.
- Update
genid()to mix bothcrypto.getRandomValues()andMath.random(). - Update
randint()based oncrypto.getRandomValues() - Add
sha256()andsha512()methods - Stop support node < 15 (as missing
cryptoutil)