Contents

vBigNum

Perform arithmetic and logical functions on large integers.

Overview

The vBigNum module provides arithmetic and logical operations on large integers with lengths of 128, 256, 512, or 1024 bits.

vBigNum includes data types that represent large integer quantities, such as vS512, which defines a 512-bit signed integer. The function names begin with the data type, followed by the name of the operation. For example, vS512Add(_:_:_:) performs the addition of two 512-bit signed integers.

Topics

Shifting and rotating large integers

Performing arithmetic operations on large integers

Data types