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

Function shake_128

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

Source from the content-addressed store, hash-verified

30
31 #[pyfunction]
32 fn shake_128(args: HashArgs, vm: &VirtualMachine) -> PyResult {
33 Ok(local_shake_128(args, vm)?.into_pyobject(vm))
34 }
35
36 #[pyfunction]
37 fn shake_256(args: HashArgs, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 2

local_shake_128Function · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected