Expand description
U128 helpers for Solana programs.
§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.