Skip to content

Commit 87b882c

Browse files
committed
fix(hl): wrong Named impl for CompressedCiphertextList
1 parent fb7a95f commit 87b882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfhe/src/high_level_api/compressed_ciphertext_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl CompressedCiphertextListBuilder {
7676
pub struct CompressedCiphertextList(crate::integer::ciphertext::CompressedCiphertextList);
7777

7878
impl Named for CompressedCiphertextList {
79-
const NAME: &'static str = "high_level_api::CompactCiphertextList";
79+
const NAME: &'static str = "high_level_api::CompressedCiphertextList";
8080
}
8181

8282
impl CompressedCiphertextList {

0 commit comments

Comments
 (0)