Constant blake2b_simd::many::MAX_DEGREE[][src]

pub const MAX_DEGREE: usize = guts::MAX_DEGREE; // 0x0000_0000_0000_0004usize
Expand description

The largest possible value of degree on the target platform.

Note that this constant reflects the parallelism degree supported by this crate, so it will change over time as support is added or removed. For example, when Rust stabilizes AVX-512 support and this crate adds an AVX-512 implementation, this constant will double on x86 targets. If that implementation is an optional feature (e.g. because it’s nightly-only), the value of this constant will depend on that optional feature also.