zero static method

List<int> zero()

Implementation

static List<int> zero() {
  return CryptoOpsConst.zero.clone();
}