Decrypts the given data.
@override List<int> decrypt(List<int> data) { throw UnimplementedError('ECC decryption not yet implemented'); }