Skip to content

Commit

Permalink
fix(hl): wrong Named impl for CompressedCiphertextList
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Jul 18, 2024
1 parent 52d4396 commit f41d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/src/high_level_api/compressed_ciphertext_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl CompressedCiphertextListBuilder {
pub struct CompressedCiphertextList(crate::integer::ciphertext::CompressedCiphertextList);

impl Named for CompressedCiphertextList {
const NAME: &'static str = "high_level_api::CompactCiphertextList";
const NAME: &'static str = "high_level_api::CompressedCiphertextList";
}

impl CompressedCiphertextList {
Expand Down

0 comments on commit f41d133

Please sign in to comment.