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

fix(ext/crypto): adjust getRandomValues types #14714

Merged
merged 7 commits into from
Jun 2, 2022

Conversation

mrkldshv
Copy link
Contributor

@mrkldshv mrkldshv commented May 24, 2022

Add BigInt64Array, BigUint64Array and remove Float32Array, Float64Array types from crypto getRandomValues.
Closes #14710.

@mrkldshv mrkldshv changed the title fix(ext/crypto): add BigUint64Array to getRandomValues fix(ext/crypto): adjust getRandomValues types May 25, 2022
@mrkldshv mrkldshv force-pushed the bugfix/crypto-random-uint64-arr branch from ec2f131 to b810e03 Compare May 25, 2022 13:01
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I'll wait for @lucacasonato approval before merging.

Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @mrkldshv!

@bartlomieju bartlomieju merged commit 4e26bcb into denoland:main Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crypto.getRandomValues definition doesn't include BigUint64Array
5 participants