rust request

This commit is contained in:
Clinton Bowen 2020-05-08 20:18:47 -07:00 committed by Deirdre Connolly
parent 56d120055e
commit 33acb8e091
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Diffie-Hellman in the Ristretto255 prime order group, as specified the
## Example
```
```rust
use rand_core::OsRng;
use ristretto255_dh::EphemeralSecret;