hacspec_lib::prelude

Trait SecretIntegerCopy

Source
pub trait SecretIntegerCopy: SecretInteger + Copy {
    type PublicVersionCopy: PublicIntegerCopy;

    // Required method
    fn classify(x: Self::PublicVersionCopy) -> Self;
}

Required Associated Types§

Required Methods§

Source

fn classify(x: Self::PublicVersionCopy) -> Self

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§