zero static method

List<int> zero()

create 32 bytes zero.

Implementation

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