Expand description
This code is borrowed from Renegade Finance’s ark_mpc implementation. https://github.com/renegade-fi/ark-mpc
Macros§
- impl_
borrow_ variants - Given an implementation of an arithmetic trait on two borrowed references, this macro implements the same arithmetic on the owned and partially-owned variants
- impl_
commutative - A macro to implement commutative variants of a binary operation