mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
crypto: add missing documentation to all pub functions (#8251)
This commit is contained in:
parent
38880b23eb
commit
bce6a35e8f
12 changed files with 58 additions and 16 deletions
|
@ -8,6 +8,7 @@ const (
|
|||
read_batch_size = 256
|
||||
)
|
||||
|
||||
// read returns an array of `bytes_needed` random bytes read from the OS.
|
||||
pub fn read(bytes_needed int) ?[]byte {
|
||||
mut buffer := &byte(0)
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue