Constant nettle::aead::OCB_IS_SUPPORTED

source ·
pub const OCB_IS_SUPPORTED: bool = nettle_sys::config::HAVE_OCB; // false
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 Ocb::with_key_and_nonce will fail on all inputs.