chore(hlapi): export CompressedKVStore

Without this, users cannot use the CompressedKVStore type
that is required in the KVStore deserialization
This commit is contained in:
Thomas Montaigu
2025-10-06 18:00:36 +02:00
committed by tmontaigu
parent 0277403c45
commit afb79a0b1c

View File

@@ -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;