Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: DebugSteven <[email protected]>
  • Loading branch information
hdevalence and DebugSteven authored Nov 28, 2018
1 parent a599644 commit 7d80f96
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 @@ -85,7 +85,7 @@
//! # let bob_secret = Ephemeral::generate_secret(&mut bob_csprng);
//! # let bob_public = Ephemeral::generate_public(&bob_secret);
//! #
//!
//! #
//! let shared_secret = Ephemeral::diffie_hellman(&alice_secret, &bob_public);
//! # }
//! ```
Expand Down

0 comments on commit 7d80f96

Please sign in to comment.