mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
chore(boolean): add missing PublicKey derives
This commit is contained in:
@@ -8,7 +8,7 @@ use crate::core_crypto::entities::*;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// A structure containing a public key.
|
||||
#[derive(Clone, Serialize, Deserialize)]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct PublicKey {
|
||||
pub(crate) lwe_public_key: LwePublicKeyOwned<u32>,
|
||||
pub(crate) parameters: BooleanParameters,
|
||||
|
||||
Reference in New Issue
Block a user