Module cyclos_core::libraries::full_math
source · [−]Expand description
A custom implementation of https://github.com/sdroege/rust-muldiv to support phantom overflow resistant multiply-divide operations. This library uses U128 in place of u128 for u64 operations, and supports U128 operations.