MCPcopy Create free account
hub / github.com/cryptidtech/oberon / FfiError

Class FfiError

python/oberon/bindings.py:32–37  ·  view source on GitHub ↗

An error allocated by python.

Source from the content-addressed store, hash-verified

30
31
32class FfiError(Structure):
33 """An error allocated by python."""
34 _fields_ = [
35 ("code", c_int32),
36 ("message", c_char_p),
37 ]
38
39
40def _decode_bytes(arg: Optional[Union[str, bytes, FfiByteBuffer]]) -> bytes:

Callers 7

get_public_keyFunction · 0.85
new_tokenFunction · 0.85
verify_tokenFunction · 0.85
add_blindingFunction · 0.85
remove_blindingFunction · 0.85
create_proofFunction · 0.85
verify_proofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected