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

pub const MAX_DEGREE: usize = guts::MAX_DEGREE; // 4usize

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.