chore(doc): encourage users to use dedicated keys to Radix or CRT

This commit is contained in:
Arthur Meyre
2023-10-13 15:06:51 +02:00
parent 2624beb7fa
commit f1c21888a7

View File

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