Mark sha_digest module public

This commit is contained in:
Josh Holtrop
2026-04-20 08:58:21 -04:00
parent fccced4935
commit e8ae1536af
+1 -1
View File
@@ -65,7 +65,7 @@ pub mod rsa;
pub mod rsa_pkcs1v15;
pub mod sha;
#[cfg(feature = "digest")]
mod sha_digest;
pub mod sha_digest;
/// Convert a buffer length to `u32`, returning `BUFFER_E` if it overflows.
pub(crate) fn buffer_len_to_u32(len: usize) -> Result<u32, i32> {