We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ac157 commit 7e2710aCopy full SHA for 7e2710a
src/core.js
@@ -13,7 +13,7 @@ var CryptoJS = CryptoJS || (function (Math, undefined) {
13
var cryptoSecureRandomInt = function () {
14
// Native crypto module on NodeJS environment
15
try {
16
- // Native rypto from global object or import via require
+ // Native crypto from global object or import via require
17
var crypto = global.crypto || require('crypto');
18
19
return crypto.randomBytes(4).readInt32LE();
0 commit comments