Crate u128

Source
Expand description

U128 helpers for Solana programs.

Crates.io License Build Status Contributors

§Motivation

U128 division is very inefficient on Solana BPF. This crate exposes the uint crate as a stopgap.

Structs§

U128
Little-endian large integer type

Functions§

mul_div_u64
Multiplies two u64’s then divides by a u64.