fn calcLimbLen(scalar: anytype) usize

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)

Parameters

scalar: anytype,