mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Update src/lib.rs
Co-Authored-By: DebugSteven <debugsteven@gmail.com>
This commit is contained in:
parent
a599644406
commit
7d80f9633a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
//! # }
|
||||
//! ```
|
||||
|
|
|
|||
Loading…
Reference in a new issue