Skip to content

Commit

Permalink
Prepare release v1.12.3 (#700)
Browse files Browse the repository at this point in the history
* Prepare release v1.12.3

* Clippy fix
  • Loading branch information
justsmth authored Feb 19, 2025
1 parent db5ee8f commit caab800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-lc-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "aws-lc-rs"
authors = ["AWS-LibCrypto"]
version = "1.12.2"
version = "1.12.3"
# this crate re-exports whatever sys crate that was selected
links = "aws_lc_rs_1_12_2_sys"
links = "aws_lc_rs_1_12_3_sys"
edition = "2021"
rust-version = "1.63.0"
keywords = ["crypto", "cryptography", "security"]
Expand Down
1 change: 1 addition & 0 deletions aws-lc-rs/src/rsa/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ impl PublicKey {
}

/// Returns the length in bytes of the public modulus.
#[must_use]
pub fn modulus_len(&self) -> usize {
self.modulus.len()
}
Expand Down

0 comments on commit caab800

Please sign in to comment.