Constant nettle::ed448::IS_SUPPORTED

source ·
pub const IS_SUPPORTED: bool = nettle_sys::config::HAVE_CV448; // true
Expand description

Whether or not this algorithm is supported by the version of Nettle we are linked against at build time.

If this is false, then public_key, sign, and verify will fail on all inputs.