pub fn state_from_biguint<const WORDS: usize>( value: &BigUint, ) -> Result<WideState<WORDS>>
Convert an arbitrary-precision nonnegative integer into a fixed-width basis state without truncating high words.