> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-starknet-privacy-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# core::integer::u128_wide_mul

Multiplies two u128s and returns `(high, low)` - the 128-bit parts of the result.

## Signature

```rust theme={null}
pub fn u128_wide_mul(a: u128, b: u128) -> (u128, u128)
```
