Skip to content

Commit

Permalink
better rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo authored Feb 8, 2024
1 parent 21bd24e commit 6124e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbedtls/src/ecp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ impl EcPoint {
/// This function does not accept a RNG so there is no blinding applied.
#[deprecated(
since = "0.12.3",
note = "This function does not accept a RNG so it's vulnerable to side channel attack.
note = "This function does not accept an RNG so it's vulnerable to side channel attacks.
Please use `mul_with_rng` instead."
)]
pub fn mul(&self, group: &mut EcGroup, k: &Mpi) -> Result<EcPoint> {
Expand Down

0 comments on commit 6124e0e

Please sign in to comment.