zero method

void zero()

Zero sets v = 0, and returns v.

Implementation

void zero() {
  l0 = BigInt.zero;
  l1 = BigInt.zero;
  l2 = BigInt.zero;
  l3 = BigInt.zero;
  l4 = BigInt.zero;
}