Skip to main content

RaaConfig

Trait RaaConfig 

Source
pub trait RaaConfig:
    Copy
    + Send
    + Sync {
    const PERMUTE_IN_PLACE: bool;
    const CHECK_FOR_OVERFLOWS: bool;
}

Required Associated Constants§

Source

const PERMUTE_IN_PLACE: bool

Whether to permute the codeword in place, instead of copying it using a precomputed permutation.

Source

const CHECK_FOR_OVERFLOWS: bool

Whether to check for overflows during encoding

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§