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
CryptID.native uses cryptographically secure random values. The source of these values vary from platform to platform.
Implement secure random generation for the Windows platform in RandBytes.c.
RandBytes.c
See TODO comment at RandBytes.c#8.
RandBytes.c#8
The text was updated successfully, but these errors were encountered:
Update cryptid-wasm.yml #4
fc501d8
Successfully merging a pull request may close this issue.
Brief
CryptID.native uses cryptographically secure random values. The source of these values vary from platform to platform.
Task
Implement secure random generation for the Windows platform in
RandBytes.c
.See TODO comment at
RandBytes.c#8
.The text was updated successfully, but these errors were encountered: