libsodium.runtime

D language bindings for libsodium's runtime.h

Members

Functions

_sodium_runtime_get_cpu_features
int _sodium_runtime_get_cpu_features()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_aesni
int sodium_runtime_has_aesni()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_avx
int sodium_runtime_has_avx()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_avx2
int sodium_runtime_has_avx2()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_avx512f
int sodium_runtime_has_avx512f()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_neon
int sodium_runtime_has_neon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_pclmul
int sodium_runtime_has_pclmul()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_rdrand
int sodium_runtime_has_rdrand()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_sse2
int sodium_runtime_has_sse2()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_sse3
int sodium_runtime_has_sse3()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_sse41
int sodium_runtime_has_sse41()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sodium_runtime_has_ssse3
int sodium_runtime_has_ssse3()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

ISC (see LICENSE.txt)