Verify Signature
verify(Uint8List hash, Uint8List signature) { return ecc.verify(hash, publicKey, signature); }