Commit 5b430eef authored by JC Brand's avatar JC Brand

Don't throw an error when no CSPRNG

parent 7257432f
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -1640,7 +1640,9 @@
// err
else {
throw new Error('Keys should not be generated without CSPRNG.')
console.log('Keys should not be generated without CSPRNG.');
return;
// throw new Error('Keys should not be generated without CSPRNG.')
}
}())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment