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

Uncaught NOT READY: generator isn't seeded #5

Open
McPo opened this issue Mar 20, 2017 · 1 comment
Open

Uncaught NOT READY: generator isn't seeded #5

McPo opened this issue Mar 20, 2017 · 1 comment

Comments

@McPo
Copy link

McPo commented Mar 20, 2017

Im attempting to use this library within an electron app. I have currently implemented https://github.com/chesstrian/JSCryptor, however the requirement for native dependencies isnt ideal, so Im looking to move to this library.

In order to integrate the library, Ive downloaded the src for v0.0.2, and added export default sjcl; to the end of sjcl.js, and import sjcl from './sjcl';, export default RNCryptor; to rncryptor.js

When attempting to encrypt a file, I am receiving.

sjcl.js [sm]:1 Uncaught NOT READY: generator isn't seeded

Any clue as to what might be wrong?

@alg
Copy link

alg commented Oct 1, 2018

Generator isn't seeded. This functionality isn't likely to work. There's also a FIXME comment in code.

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

No branches or pull requests

2 participants