Module types

Module types 

Source
Expand description

Core BigInt types and traits.

This module provides both dynamic-length and fixed-length (const-generic) BigInt types for different use cases.

Structs§

BigInt
Dynamic-length BigInt.
BigIntFixed
Fixed-length BigInt with const-generic limb count.

Traits§

BigIntCore
Core trait for BigInt operations.

Type Aliases§

U256
Type alias for 256-bit BigInt (4 limbs).
U512
Type alias for 512-bit BigInt (8 limbs).
U1024
Type alias for 1024-bit BigInt (16 limbs).
U2048
Type alias for 2048-bit BigInt (32 limbs).