Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
supinie committed Jun 5, 2024
1 parent 1c2d19a commit bcdc983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
//!
//!
//! fn main() {
//! let (pk, sk) = generate_key_pair(None, 3).unwrap();
//! let (pk, sk) = generate_keypair_768(None).unwrap();
//!
//! let (ciphertext, alice_secret) = alice(pk);
//!
Expand Down

0 comments on commit bcdc983

Please sign in to comment.