Skip to content

Commit

Permalink
chore(doc): encourage users to use dedicated keys to Radix or CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Oct 19, 2023
1 parent 2624beb commit f1c2188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tfhe/src/integer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ pub use client_key::{ClientKey, CrtClientKey, RadixClientKey};
pub use public_key::{CompressedCompactPublicKey, CompressedPublicKey, PublicKey};
pub use server_key::{CheckError, CompressedServerKey, ServerKey};

/// Unless you know what you are doing you are likely looking for [`gen_keys_radix`] or
/// [`gen_keys_crt`].
///
/// Generate a couple of client and server keys with given parameters
///
/// * the client key is used to encrypt and decrypt and has to be kept secret;
Expand Down

0 comments on commit f1c2188

Please sign in to comment.