Type Definition curve25519_dalek::field::Limb [] [src]

type Limb = i32;

FieldElements are represented as an array of ten "Limbs", which are radix 25.5, that is, each Limb of a FieldElement alternates between being represented as a factor of 225 or 226 more than the last corresponding integer.