Skip to content

Commit

Permalink
chore(hl): remove second server key generation
Browse files Browse the repository at this point in the history
- bad merge led to two server key generations in the HL API, fix that
  • Loading branch information
IceTDrinker committed Aug 29, 2024
1 parent a678ce8 commit 68b8664
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tfhe/src/high_level_api/keys/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ impl IntegerCompressedServerKey {
build_helper.into()
});

let key = crate::integer::CompressedServerKey::new_radix_compressed_server_key(cks);

let (compression_key, decompression_key) =
client_key
.compression_key
Expand Down

0 comments on commit 68b8664

Please sign in to comment.