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

Function blake2s

crates/stdlib/src/blake2.rs:16–18  ·  view source on GitHub ↗
(args: BlakeHashArgs, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

14
15 #[pyfunction]
16 fn blake2s(args: BlakeHashArgs, vm: &VirtualMachine) -> PyResult {
17 Ok(local_blake2s(args, vm)?.into_pyobject(vm))
18 }
19}

Callers

nothing calls this directly

Calls 2

local_blake2sFunction · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected