Sha256: 1f59c09f11316927a96ee47bf758aa1254d35f024b5e491e0035bae1e53a1313
Contents?: true
Size: 457 Bytes
Versions: 1
Compression:
Stored size: 457 Bytes
Contents
#ifndef __SODIUM_VERSION_H__ #define __SODIUM_VERSION_H__ #include "export.h" #define SODIUM_VERSION_STRING "0.6.0" #define SODIUM_LIBRARY_VERSION_MAJOR 6 #define SODIUM_LIBRARY_VERSION_MINOR 0 #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT const char *sodium_version_string(void); SODIUM_EXPORT int sodium_library_version_major(void); SODIUM_EXPORT int sodium_library_version_minor(void); #ifdef __cplusplus } #endif #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-libsodium-0.6.0 | vendor/libsodium/builds/msvc/version.h |