Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 603b2dc

Browse filesBrowse files
authored
fix(crypto): getRandomValues return value (#10658)
1 parent 17a94a2 commit 603b2dc
Copy full SHA for 603b2dc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎packages/core/wgc/crypto/index.ts

Copy file name to clipboardExpand all lines: packages/core/wgc/crypto/index.ts
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ export class Crypto {
3131

3232
NSCCrypto.getRandomValues(data);
3333
}
34+
return typedArray;
3435
}
3536
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.