[][src]Function addchain::build_addition_chain

pub fn build_addition_chain(n: BigUint) -> Vec<Step>

Generates a series of steps that will compute an addition chain for the given number. The addition chain is the shortest we can find using all available algorithms.