pub trait BigUintArrayCompose<const N: usize> { // Required method fn compose(&self) -> BigUint; }
BigUint array compose helper
Compose limbs into BigUint