Skip to content

Commit 68b8664

Browse files
committed
chore(hl): remove second server key generation
- bad merge led to two server key generations in the HL API, fix that
1 parent a678ce8 commit 68b8664

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tfhe/src/high_level_api/keys/inner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ impl IntegerCompressedServerKey {
353353
build_helper.into()
354354
});
355355

356-
let key = crate::integer::CompressedServerKey::new_radix_compressed_server_key(cks);
357-
358356
let (compression_key, decompression_key) =
359357
client_key
360358
.compression_key

0 commit comments

Comments
 (0)