Skip to content

Commit

Permalink
PROD-9297 review changes 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mridul-manohar committed Nov 12, 2024
1 parent 2977902 commit 688e075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbedtls/src/bignum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ impl Mpi {
}
}

#[cfg(feature = "std")]
pub(super) fn mpi_inner_eq_const_time(x: &mpi, y: &mpi) -> core::prelude::v1::Result<bool, Error> {
match mpi_inner_cmp_const_time(x, y) {
Ok(order) => Ok(order == Ordering::Equal),
Expand Down

0 comments on commit 688e075

Please sign in to comment.