NoiseBuffer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) pure nothrow @nogc
struct NoiseBuffer {}

Members

Variables

data
uint8_t* data;
Undocumented in source.
max_size
size_t max_size;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta