Skip to content

Commit

Permalink
random: make consistent use of buf and len
Browse files Browse the repository at this point in the history
The current code was a mix of "nbytes", "count", "size", "buffer", "in",
and so forth. Instead, let's clean this up by naming input parameters
"buf" (or "ubuf") and "len", so that you always understand that you're
reading this variety of function argument.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
  • Loading branch information
zx2c4 committed May 19, 2022
1 parent 7c3a8a1 commit a194026
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 108 deletions.
Loading

0 comments on commit a194026

Please sign in to comment.