Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <Jason@zx2c4.com>
- Loading branch information