B2R2


BigInteger Module

Extended BigInteger.

Functions and values

Function or value Description

BigInteger.getMask n

Full Usage: BigInteger.getMask n

Parameters:
    n : int

Returns: BigInteger

Get a bitmask of size n.

n : int
Returns: BigInteger

BigInteger.mask128

Full Usage: BigInteger.mask128

Returns: BigInteger

Bitmask of size 128 bits.

Returns: BigInteger

BigInteger.mask256

Full Usage: BigInteger.mask256

Returns: BigInteger

Bitmask of size 256 bits.

Returns: BigInteger

BigInteger.mask512

Full Usage: BigInteger.mask512

Returns: BigInteger

Bitmask of size 512 bits.

Returns: BigInteger