fn calcLimbLen(scalar: anytype) usize
[src]
Returns the number of limbs needed to store scalar
, which must be a primitive integer value. Note: A comptime-known upper bound of this value that may be used instead if scalar
is not already comptime-known is calcTwosCompLimbCount(@typeInfo(@TypeOf(scalar)).Int.bits)