We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5ee8f commit caab800Copy full SHA for caab800
aws-lc-rs/Cargo.toml
@@ -1,9 +1,9 @@
1
[package]
2
name = "aws-lc-rs"
3
authors = ["AWS-LibCrypto"]
4
-version = "1.12.2"
+version = "1.12.3"
5
# this crate re-exports whatever sys crate that was selected
6
-links = "aws_lc_rs_1_12_2_sys"
+links = "aws_lc_rs_1_12_3_sys"
7
edition = "2021"
8
rust-version = "1.63.0"
9
keywords = ["crypto", "cryptography", "security"]
aws-lc-rs/src/rsa/key.rs
@@ -340,6 +340,7 @@ impl PublicKey {
340
}
341
342
/// Returns the length in bytes of the public modulus.
343
+ #[must_use]
344
pub fn modulus_len(&self) -> usize {
345
self.modulus.len()
346
0 commit comments