From 0d49d19a13eb9556fdf053d631946a5a67ca4bfd Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Mon, 9 Sep 2024 18:13:08 +0200 Subject: [PATCH] refactor(hl)!: use a trait for common ciphertext lists methods BREAKING CHANGE: - The `CiphertextList` trait needs to be in scope to use the common methods of the `CompressedCiphertextList` and `CompactCiphertextListExpander` - The `.get` of the `CompactCiphertextListExpander` now returns a `Result