| 1 | // spell-checker:ignore usedforsecurity HASHXOF hashopenssl dklen |
| 2 | // NOTE: Function names like `openssl_md5` match CPython's `_hashopenssl.c` interface |
| 3 | // for compatibility, but the implementation uses pure Rust crates (md5, sha2, etc.), |
| 4 | // not OpenSSL. |
nothing calls this directly
no outgoing calls
no test coverage detected