We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
so it can work under Windows with Cygwin
and try to make it more efficient
instead of using Program.open() to read a command line output directly use fopen() to read the stream
Program.open()
fopen()
The text was updated successfully, but these errors were encountered:
see entropy_read see getsalt
Sorry, something went wrong.
we could change the name from generateRandomBytes() to getsalt() so there is no confusion with flash.crypto.generateRandomBytes()
generateRandomBytes()
getsalt()
flash.crypto.generateRandomBytes()
No branches or pull requests
so it can work under Windows with Cygwin
and try to make it more efficient
instead of using
Program.open()
to read a command line outputdirectly use
fopen()
to read the streamThe text was updated successfully, but these errors were encountered: