Module extra::bigint::BigDigit

Statics

pub static base: uint = 1 << bits  
pub static bits: uint = 32  

Functions

from_uint

Split one machine sized unsigned integer into two BigDigits.

to_uint

Join two BigDigits into one machine sized unsigned integer