mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
crypto: add missing documentation to all pub functions (#8251)
This commit is contained in:
@ -12,6 +12,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 {
|
||||
|
Reference in New Issue
Block a user