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

Function sha3_224

crates/stdlib/src/sha3.rs:12–14  ·  view source on GitHub ↗
(args: HashArgs, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

10
11 #[pyfunction]
12 fn sha3_224(args: HashArgs, vm: &VirtualMachine) -> PyResult {
13 Ok(local_sha3_224(args, vm)?.into_pyobject(vm))
14 }
15
16 #[pyfunction]
17 fn sha3_256(args: HashArgs, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 2

local_sha3_224Function · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected