a * b = 2**128 * c + d.
The guarantee is verified by u128_mul_guarantee_verify, which is the only way to destruct this
type. This way, one can trust that the guarantee holds although it has not yet been verified.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
a * b = 2**128 * c + d.
The guarantee is verified by u128_mul_guarantee_verify, which is the only way to destruct this
type. This way, one can trust that the guarantee holds although it has not yet been verified.
pub extern type U128MulGuarantee;
Was this page helpful?