Trait hacspec_lib::prelude::SecretIntegerCopy
source · [−]pub trait SecretIntegerCopy: SecretInteger + Copy {
type PublicVersionCopy: PublicIntegerCopy;
fn classify(x: Self::PublicVersionCopy) -> Self;
}
pub trait SecretIntegerCopy: SecretInteger + Copy {
type PublicVersionCopy: PublicIntegerCopy;
fn classify(x: Self::PublicVersionCopy) -> Self;
}