Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: remove INT_MAX restriction in randomBytes
This restriction was due to an implementation detail in CSPRNG(). Now that CSPRNG() properly handles lengths exceeding INT_MAX, remove this artificial restriction. Refs: nodejs#47515
- Loading branch information