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

Function sha3_512

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

Source from the content-addressed store, hash-verified

25
26 #[pyfunction]
27 fn sha3_512(args: HashArgs, vm: &VirtualMachine) -> PyResult {
28 Ok(local_sha3_512(args, vm)?.into_pyobject(vm))
29 }
30
31 #[pyfunction]
32 fn shake_128(args: HashArgs, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 2

local_sha3_512Function · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected