Function oqs_sys::sig::OQS_SIG_alg_count

source ·
pub unsafe extern "C" fn OQS_SIG_alg_count() -> c_int
Expand description

Returns the number of signature mechanisms in liboqs. They can be enumerated with OQS_SIG_alg_identifier.

Note that some mechanisms may be disabled at compile time.

@return The number of signature mechanisms.