FIX: dummy forgot to export tests

This commit is contained in:
JohnE 2026-03-11 21:53:15 -07:00
parent 3ea964d3d9
commit b1873b27be
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pub mod kdf;
pub mod kem; pub mod kem;
pub mod mac; pub mod mac;
pub mod provider; pub mod provider;
mod self_test;
// FFI bindings generated by bindgen in build.rs. // FFI bindings generated by bindgen in build.rs.
// When wolfSSL headers are not present (e.g. docs.rs), use a stub. // When wolfSSL headers are not present (e.g. docs.rs), use a stub.