Skip to content

Commit e8ae153

Browse files
Mark sha_digest module public
1 parent fccced4 commit e8ae153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wrapper/rust/wolfssl-wolfcrypt/src

wrapper/rust/wolfssl-wolfcrypt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub mod rsa;
6565
pub mod rsa_pkcs1v15;
6666
pub mod sha;
6767
#[cfg(feature = "digest")]
68-
mod sha_digest;
68+
pub mod sha_digest;
6969

7070
/// Convert a buffer length to `u32`, returning `BUFFER_E` if it overflows.
7171
pub(crate) fn buffer_len_to_u32(len: usize) -> Result<u32, i32> {

0 commit comments

Comments
 (0)