zero property

List<int> zero
final

Implementation

static final List<int> zero =
    List.unmodifiable(List.filled(EcdsaKeysConst.pubKeyCompressedByteLen, 0));