Skip to main content

state_from_biguint

Function state_from_biguint 

Source
pub fn state_from_biguint<const WORDS: usize>(
    value: &BigUint,
) -> Result<WideState<WORDS>>
Expand description

Convert an arbitrary-precision nonnegative integer into a fixed-width basis state without truncating high words.