bool verifyBytes(List<int> bytes, Encrypted signature) => algo.verify(Uint8List.fromList(bytes), signature);