Skip to content

Commit a194026

Browse files
committed
random: make consistent use of buf and len
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 <[email protected]>
1 parent 7c3a8a1 commit a194026

File tree

2 files changed

+103
-108
lines changed

2 files changed

+103
-108
lines changed

0 commit comments

Comments
 (0)