pubuse stfx_crypto as crypto;/// Returns the crate name to verify linkage works.
pubfnname()->&'staticstr{"stfx"}#[cfg(test)]modtests{usesuper::*;#[test]fncan_call_crypto(){// Minimal smoke test: ensure the crypto crate is linked.
assert_eq!(name(),"stfx");// If stfx-crypto exposes symbols later, invoke here.
}}