sodium.version_

Undocumented in source.

Members

Functions

sodium_library_version_major
int sodium_library_version_major()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_library_version_minor
int sodium_library_version_minor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_version_string
const(char)* sodium_version_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SODIUM_LIBRARY_VERSION_MAJOR
enum SODIUM_LIBRARY_VERSION_MAJOR;
Undocumented in source.
SODIUM_LIBRARY_VERSION_MINOR
enum SODIUM_LIBRARY_VERSION_MINOR;
Undocumented in source.

Variables

SODIUM_VERSION_STRING
immutable(char*) SODIUM_VERSION_STRING;
Undocumented in source.

Meta