[][src]Function ramp::ll::base::from_base

pub unsafe fn from_base(
    out: LimbsMut,
    bp: *const u8,
    bs: i32,
    base: u32
) -> usize

Converts the base base bytestring {bp, bs}, storing the limbs in out. out is assumed to have enough space to store the result.