Header menu logo B2R2

BigInteger Module

Provides functions for dealing with bigint values. See also: Numerics.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 bits.

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

Type something to start searching.