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

Function blake2b

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

Source from the content-addressed store, hash-verified

9
10 #[pyfunction]
11 fn blake2b(args: BlakeHashArgs, vm: &VirtualMachine) -> PyResult {
12 Ok(local_blake2b(args, vm)?.into_pyobject(vm))
13 }
14
15 #[pyfunction]
16 fn blake2s(args: BlakeHashArgs, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 2

local_blake2bFunction · 0.85
into_pyobjectMethod · 0.45

Tested by

no test coverage detected