sodium v1.0.18-alpha.4 (2019-06-06T15:24:03Z)
Home
Dub
Repo
randombytes_implementation
deimos
sodium
randombytes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
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
deimos
sodium
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
structs
randombytes_implementation
variables
randombytes_SEEDBYTES