sodium_runtime_has_rdrand method

int sodium_runtime_has_rdrand()

Implementation

int sodium_runtime_has_rdrand() {
  return _sodium_runtime_has_rdrand();
}