bool verifiyPop(int index, Uint8List publicKey) { assert(index < pops.length); return ecc.verify(uPoPHash, publicKey, pops[index]); }