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

Add jitter_rng module to crypto documentation #251

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

reneme
Copy link
Collaborator

@reneme reneme commented Oct 25, 2024

@reneme reneme added this to the Botan 3.6.0 milestone Oct 25, 2024
@reneme reneme self-assigned this Oct 25, 2024
@reneme reneme force-pushed the cryptodoc/jitter_rng branch from d6f210a to c6ec6dd Compare October 25, 2024 15:06
FAlbertDev

This comment was marked as resolved.

@reneme reneme force-pushed the cryptodoc/jitter_rng branch 2 times, most recently from 45d621a to f33c8d4 Compare October 28, 2024 13:01

**Input:**

1. ``output``: The buffer receiving the true random bytes.
Copy link
Collaborator

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"

Copy link
Collaborator

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. 👍

@FAlbertDev FAlbertDev force-pushed the cryptodoc/jitter_rng branch from a476dce to 62de6f5 Compare January 14, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation of JitterRNG
4 participants