octicon-rss(16/)
You've already forked NativeScript
mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(crypto): getRandomValues return value (#10658)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
17a94a2b32
commit
603b2dc547
octicon-diff(16/tw-mr-1) 1 changed files with 1 additions and 0 deletions
@@ -31,5 +31,6 @@ export class Crypto {
|
|||||||
|
|
||||||
NSCCrypto.getRandomValues(data);
|
NSCCrypto.getRandomValues(data);
|
||||||
}
|
}
|
||||||
|
return typedArray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user