Function oqs_sys::sig::OQS_SIG_alg_is_enabled
source · pub unsafe extern "C" fn OQS_SIG_alg_is_enabled(
method_name: *const c_char
) -> c_int
Expand description
Indicates whether the specified algorithm was enabled at compile-time or not.
@param[in] method_name Name of the desired algorithm; one of the names in OQS_SIG_algs
.
@return 1 if enabled, 0 if disabled or not found