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

type Limb = i32;

Without the radix51 feature enabled, FieldElements are represented in radix 225.5 as ten i32s.