Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove internal, unused RandomBuffer #1593

Merged
merged 3 commits into from
Feb 9, 2023

Commits on Feb 8, 2023

  1. Remove internal, unused RandomBuffer

    Used for secure randomness generation before `crypto.getRandomValues`
    was made available to WebWorkers, requiring generating randomness in the main thread.
    larabr committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a0079dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313a4ad View commit details
    Browse the repository at this point in the history
  3. Update docs [skip ci]

    larabr committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c082a2c View commit details
    Browse the repository at this point in the history