MCPcopy Index your code
hub / github.com/RustPython/RustPython / hashlib.rs

File hashlib.rs

crates/stdlib/src/hashlib.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected