zeroPk static method

List<int> zeroPk()

Implementation

static List<int> zeroPk() =>
    List.filled(EcdsaKeysConst.pubKeyCompressedByteLen, 0);