Skip to content

Commit

Permalink
Fixed doc nit from update-ci branch
Browse files Browse the repository at this point in the history
Co-Authored-by: Michael Rosenberg <[email protected]>
  • Loading branch information
pinkforest and rozbb committed Mar 12, 2023
1 parent be8a657 commit c779e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x25519.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl ReusableSecret {
SharedSecret(self.0 * their_public.0)
}

/// Generate a non-serializeable x25519 [`ReuseableSecret`] key.
/// Generate a non-serializeable x25519 [`ReusableSecret`] key.
pub fn new<T: RngCore + CryptoRng>(mut csprng: T) -> Self {
let mut bytes = [0u8; 32];

Expand Down

0 comments on commit c779e21

Please sign in to comment.