MCPcopy Index your code
hub / github.com/RustPython/RustPython / sha224

Function sha224

crates/stdlib/src/sha256.rs:7–9  ·  view source on GitHub ↗
(args: HashArgs, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

5
6 #[pyfunction]
7 fn sha224(args: HashArgs, vm: &VirtualMachine) -> PyResult {
8 Ok(local_sha224(args, vm)?.into_pyobject(vm))
9 }
10
11 #[pyfunction]
12 fn sha256(args: HashArgs, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 2

local_sha224Function · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected