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.
- BigInt
Fixed - Fixed-length BigInt with const-generic limb count.
Traits§
- BigInt
Core - Core trait for BigInt operations.