We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7a95f commit 87b882cCopy full SHA for 87b882c
tfhe/src/high_level_api/compressed_ciphertext_list.rs
@@ -76,7 +76,7 @@ impl CompressedCiphertextListBuilder {
76
pub struct CompressedCiphertextList(crate::integer::ciphertext::CompressedCiphertextList);
77
78
impl Named for CompressedCiphertextList {
79
- const NAME: &'static str = "high_level_api::CompactCiphertextList";
+ const NAME: &'static str = "high_level_api::CompressedCiphertextList";
80
}
81
82
impl CompressedCiphertextList {
0 commit comments