mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(hlapi): export CompressedKVStore
Without this, users cannot use the CompressedKVStore type that is required in the KVStore deserialization
This commit is contained in:
committed by
tmontaigu
parent
0277403c45
commit
afb79a0b1c
@@ -141,7 +141,7 @@ pub use tag::Tag;
|
||||
pub use traits::FheId;
|
||||
pub mod xof_key_set;
|
||||
|
||||
pub use kv_store::KVStore;
|
||||
pub use kv_store::{CompressedKVStore, KVStore};
|
||||
|
||||
mod booleans;
|
||||
mod compressed_ciphertext_list;
|
||||
|
||||
Reference in New Issue
Block a user