Searched refs:BigIntUnit (Results 1 – 1 of 1) sorted by relevance
22 pub type BigIntUnit = u32; typedef26 pub struct BigInt(Vec<BigIntUnit>);40 let mut tmp_vec: Vec<BigIntUnit> = vec![0; size]; in new()
Completed in 2 milliseconds