[][src]Crate zkp_u256

Modules

utils

Macros

commutative_binop

Implement infix operator using assignment version.

noncommutative_binop

Implement infix operator using assignment version. It is assumed OpAssign<&Type> is implemented.

Structs

U256

Functions

gcd

See gcd_extended for documentation. This version maintains full precission cofactors.

gcd_extended

Lehmer's extended GCD.