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

When compiled on MinGW, the CPRNG cannot seed automatically, as there is no /dev/random #4

Closed
cryptopathe opened this issue Feb 6, 2014 · 5 comments
Assignees
Labels

Comments

@cryptopathe
Copy link
Collaborator

One can however seed it with -mllvm -seed=0123...3210.

@pyknite pyknite self-assigned this Feb 18, 2014
@pyknite
Copy link
Collaborator

pyknite commented Mar 24, 2014

I'm working on that...

But the correct flag is -mllvm -aesSeed="some hex...string"

@flurreh
Copy link

flurreh commented Mar 25, 2014

I already have finished changes for use on Win32. If it's okay, I might create a pull request.

@cryptopathe
Copy link
Collaborator Author

You're welcome to create a pull request, of course!

@flurreh
Copy link

flurreh commented Mar 25, 2014

Did so! Everything works fine here for me.

cryptopathe pushed a commit that referenced this issue May 21, 2014
cryptopathe pushed a commit that referenced this issue May 21, 2014
@cryptopathe
Copy link
Collaborator Author

Issue closed in the llvm-3.3 and llvm-3.4 branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants