Trait crypto_bigint::Split
source · pub trait Split: SplitMixed<Self::Output, Self::Output> {
type Output;
// Provided method
fn split(&self) -> (Self::Output, Self::Output) { ... }
}
Expand description
Split a number in half, returning the most significant half followed by the least significant.
Required Associated Types§
Provided Methods§
Object Safety§
This trait is not object safe.