mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 03:10:48 +02:00
Mark sha_digest module public
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user