libsodiumd ~master (2021-10-28T17:47:39.8483982)
Dub
Repo
randombytes_implementation
libsodium
randombytes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
nogc
nothrow extern (
C
)
struct
randombytes_implementation {
const
(
char
)*
function
()
implementation_name
;
uint
function
()
random
;
void
function
()
stir
;
uint
function
(
const
uint
upper_bound
)
uniform
;
void
function
(
void
*
buf
,
const
size_t
size
)
buf
;
int
function
()
close
;
}
Members
Variables
buf
void
function
(
void
*
buf
,
const
size_t
size
)
buf
;
Undocumented in source.
close
int
function
()
close
;
Undocumented in source.
implementation_name
const
(
char
)*
function
()
implementation_name
;
Undocumented in source.
random
uint
function
()
random
;
Undocumented in source.
stir
void
function
()
stir
;
Undocumented in source.
uniform
uint
function
(
const
uint
upper_bound
)
uniform
;
Undocumented in source.
Meta
Source
See Implementation
libsodium
randombytes
functions
randombytes
randombytes_buf
randombytes_buf_deterministic
randombytes_close
randombytes_implementation_name
randombytes_random
randombytes_seedbytes
randombytes_set_implementation
randombytes_stir
randombytes_uniform
manifest constants
randombytes_BYTES_MAX
randombytes_SEEDBYTES
structs
randombytes_implementation