-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add jitter_rng module to crypto documentation #251
base: main
Are you sure you want to change the base?
Conversation
d6f210a
to
c6ec6dd
Compare
45d621a
to
f33c8d4
Compare
|
||
**Input:** | ||
|
||
1. ``output``: The buffer receiving the true random bytes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both input and output is labelled as "output"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The output
variable is both input and output. We pass the output buffer as the input, filling it with random bytes. The filled buffer is the output. But both are the same variable. 👍
a476dce
to
62de6f5
Compare
See randombit/botan#4325 @dirkz
Closes #247