Skip to main content

Radix16Digits

Type Alias Radix16Digits 

Source
pub type Radix16Digits<C> = <<FieldBytesSize<C> as Add>::Output as Add<U1>>::Output;
Expand description

Compute number of radix-16 digits for the given elliptic curve’s scalar field.

Two nibbles per scalar byte, plus one carry digit for signed re-centering.